Fixed E251 flake8 errors

unexpected spaces around keyword / parameter equals
This commit is contained in:
Andras Tim
2017-07-17 01:25:08 +02:00
parent 4c24947785
commit b226454582
10 changed files with 13 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ def pytest_addoption(parser):
help="display pytest lib version and import information.")
group._addoption("-h", "--help", action=HelpAction, dest="help",
help="show help message and configuration info")
group._addoption('-p', action="append", dest="plugins", default = [],
group._addoption('-p', action="append", dest="plugins", default=[],
metavar="name",
help="early-load given plugin (multi-allowed). "
"To avoid loading of plugins, use the `no:` prefix, e.g. "