optparse.OptionConflictError: option -v/--verbose: conflicting option string(s): -v
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Invalid
|
Low
|
Unassigned |
Bug Description
[mrunge@turing horizon (django18)]$ ./run_tests.sh -N -P
Running Horizon application tests
Traceback (most recent call last):
File "/home/
execute_
File "/usr/lib/
utility.
File "/usr/lib/
self.
File "/usr/lib/
super(Command, self).run_
File "/usr/lib/
parser = self.create_
File "/usr/lib/
parser.
File "/usr/lib64/
self.
File "/usr/lib64/
option)
optparse.
This happens with Django-1.8
./manage.py test horizon --settings= horizon. test.settings
spews out the same error.