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.