setup.py --help-commands fails in env without testrepository
Bug #1375048 reported by
Akihiro Motoki
This bug affects 13 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
PBR | Status tracked in Kilo | |||||
Kilo |
Fix Released
|
Undecided
|
Sachi King | |||
Liberty |
Fix Released
|
Undecided
|
Akihiro Motoki |
Bug Description
In an environment where testrepository is not installed, python setup.py --help-commands fails due to import error of testrepository.
Does pbr require testrepository?
Horizon does not uses testrepository. The following is an example.
- clone horizon
- cd horizon
- virtualenv testenv
- source testenv/
- pip install -e .
- python setup.py --help-commands
Changed in pbr: | |
assignee: | nobody → Akihiro Motoki (amotoki) |
Changed in pbr: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/124652
Review: https:/