You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run lettuce tests on Django 1.10 I get the following error:
File ".../local/lib/python2.7/site-packages/lettuce/django/management/commands/harvest.py", line 43, in Command
option_list = BaseCommand.option_list + (
AttributeError: type object 'BaseCommand' has no attribute 'option_list'
This function has been deprecated since 1.8 and was completely dropped since 1.10. A fix for this would be much appreciated.
The text was updated successfully, but these errors were encountered:
When trying to run lettuce tests on Django 1.10 I get the following error:
This function has been deprecated since 1.8 and was completely dropped since 1.10. A fix for this would be much appreciated.
The text was updated successfully, but these errors were encountered: