PBR has a circle dependency
Bug #1506373 reported by
Domen Kožar
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PBR |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
PBR 1.81 depends on teststools, which depends on unittest2, which depends on traceback2, which depends on pbr.
It's unwise to have circular dependencies and makes package management hard.
To post a comment you must log in.
This is only true for running the test suite. Which I think means for packaging you can set the dependency to be traceback2 depends on PBR then to run the tests just install PBR first before running the tests (in fact this is how we run the tests upstream, tox installs PBR to the test env).