#234 Fix flake 8 and fix comments

This commit is contained in:
feuillemorte
2018-01-17 23:34:39 +03:00
parent 9a5a81962c
commit b04703b6ba
7 changed files with 23 additions and 17 deletions

View File

@@ -30,7 +30,8 @@ def pytest_addoption(parser):
dest="maxworkerrestart",
help="maximum number of workers that can be restarted "
"when crashed (set to zero to disable this feature)\n"
"'--max-slave-restart' option is deprecated and will be removed in a future release")
"'--max-slave-restart' option is deprecated and will be removed in "
"a future release")
group.addoption(
'--dist', metavar="distmode",
action="store", choices=['each', 'load', 'loadscope', 'loadfile', 'no'],