Fixed E251 flake8 errors
unexpected spaces around keyword / parameter equals
This commit is contained in:
@@ -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. "
|
||||
|
||||
Reference in New Issue
Block a user