Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.pad.face bob.pad.face
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.pad.facebob.pad.face
  • Issues
  • #14
Closed
Open
Issue created Oct 16, 2017 by Amir MOHAMMADI@amohammadiOwner

Both requirements.txt and test-requirements.txt packages need to be listed in develop.cfg

When someone is developing a package, they need to run the tests! Hence, you need to add the bob packages in test-requirements.txt in develop.cfg as well.

Also, as a norm that we use in bob packages, we list not only the bob packages that are used (in both requirements.txt and test-requirements.txt) but also their dependencies as well. To get the list of these packages, you can use bob_dependecy_graph.py from bob.extension. You need to run this on your package, bob.pad.face here and all ALSO on all packages in test-requirements.txt.

Assignee
Assign to
Time tracking