fix linting issue
This commit is contained in:
@@ -27,8 +27,8 @@ def pytest_addoption(parser):
|
|||||||
"you can use 'auto' here for auto detection CPUs number on "
|
"you can use 'auto' here for auto detection CPUs number on "
|
||||||
"host system")
|
"host system")
|
||||||
group.addoption('--max-slave-restart', action="store", default=None,
|
group.addoption('--max-slave-restart', action="store", default=None,
|
||||||
help="maximum number of slaves that can be restarted "
|
help="maximum number of slaves that can be restarted "
|
||||||
"when crashed (set to zero to disable this feature)")
|
"when crashed (set to zero to disable this feature)")
|
||||||
group.addoption(
|
group.addoption(
|
||||||
'--dist', metavar="distmode",
|
'--dist', metavar="distmode",
|
||||||
action="store", choices=['each', 'load', 'loadscope', 'no'],
|
action="store", choices=['each', 'load', 'loadscope', 'no'],
|
||||||
|
|||||||
Reference in New Issue
Block a user