"python setup.py --help-commands" fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PBR |
In Progress
|
Undecided
|
Oleg Gashev |
Bug Description
Here's the log of a session that reproduces the error.
stefanesmacbook% mkvirtualenv pbr
New python executable in pbr/bin/python2.7
Also creating executable in pbr/bin/python
Installing setuptools, pip...done.
(pbr)stefanesma
Collecting pbr
Using cached pbr-0.10.
Requirement already satisfied (use --upgrade to upgrade): pip in /Users/
Installing collected packages: pbr
Successfully installed pbr-0.10.7
(pbr)stefanesma
from setuptools import setup
setup(setup_
(pbr)stefanesma
[metadata]
name = test
(pbr)stefanesma
Traceback (most recent call last):
File "setup.py", line 3, in <module>
setup(
File "/usr/local/
ok = dist.parse_
File "/Users/
result = _Distribution.
File "/usr/local/
if self.handle_
File "/Users/
return _Distribution.
File "/usr/local/
self.
File "/Users/
cmdclass = ep._load()
File "/Users/
module = __import_
File "/Users/
from testrepository import commands
ImportError: No module named testrepository
Fix proposed to branch: master /review. openstack. org/159901
Review: https:/