yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28934
[Bug 1427148] [NEW] optparse.OptionConflictError: option -v/--verbose: conflicting option string(s): -v
Public bug reported:
[mrunge@turing horizon (django18)]$ ./run_tests.sh -N -P
Running Horizon application tests
Traceback (most recent call last):
File "/home/mrunge/work/horizon/manage.py", line 23, in <module>
execute_from_command_line(sys.argv)
File "/usr/lib/python2.7/site-packages/django/core/management/__init__.py", line 338, in execute_from_command_line
utility.execute()
File "/usr/lib/python2.7/site-packages/django/core/management/__init__.py", line 330, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/python2.7/site-packages/django/core/management/commands/test.py", line 30, in run_from_argv
super(Command, self).run_from_argv(argv)
File "/usr/lib/python2.7/site-packages/django/core/management/base.py", line 378, in run_from_argv
parser = self.create_parser(argv[0], argv[1])
File "/usr/lib/python2.7/site-packages/django/core/management/base.py", line 327, in create_parser
parser.add_option(opt)
File "/usr/lib64/python2.7/optparse.py", line 1021, in add_option
self._check_conflict(option)
File "/usr/lib64/python2.7/optparse.py", line 996, in _check_conflict
option)
optparse.OptionConflictError: option -v/--verbose: conflicting option string(s): -v
This happens with Django-1.8
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1427148
Title:
optparse.OptionConflictError: option -v/--verbose: conflicting option
string(s): -v
Status in OpenStack Dashboard (Horizon):
New
Bug description:
[mrunge@turing horizon (django18)]$ ./run_tests.sh -N -P
Running Horizon application tests
Traceback (most recent call last):
File "/home/mrunge/work/horizon/manage.py", line 23, in <module>
execute_from_command_line(sys.argv)
File "/usr/lib/python2.7/site-packages/django/core/management/__init__.py", line 338, in execute_from_command_line
utility.execute()
File "/usr/lib/python2.7/site-packages/django/core/management/__init__.py", line 330, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/python2.7/site-packages/django/core/management/commands/test.py", line 30, in run_from_argv
super(Command, self).run_from_argv(argv)
File "/usr/lib/python2.7/site-packages/django/core/management/base.py", line 378, in run_from_argv
parser = self.create_parser(argv[0], argv[1])
File "/usr/lib/python2.7/site-packages/django/core/management/base.py", line 327, in create_parser
parser.add_option(opt)
File "/usr/lib64/python2.7/optparse.py", line 1021, in add_option
self._check_conflict(option)
File "/usr/lib64/python2.7/optparse.py", line 996, in _check_conflict
option)
optparse.OptionConflictError: option -v/--verbose: conflicting option string(s): -v
This happens with Django-1.8
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1427148/+subscriptions
Follow ups
References