Closed fizista closed 9 years ago
Hey. Thanks a lot for catching this! May I ask what version of Django you're using? I don't seem to have this problem.
I discovered this for these versions of libraries: Django==1.8.2 behave==1.2.5 python 3.3.6
But regardless of the version, this problem should occur.
>>> options = ['--settings=abc']
>>> options.remove('--settings')
ValueError: list.remove(x): x not in list
You're right! Thanks for the fix. I'll prep a new release.
The error which now occurs:
The present code fixes this error. Tests are executed without error.