remove extra whitespace
This commit is contained in:
parent
57fcd3f57e
commit
596937e610
|
@ -32,7 +32,7 @@ def pytest_addoption(parser):
|
|||
help=("run FD checks if lsof is available"))
|
||||
|
||||
parser.addoption('--runpytest', default="inprocess", dest="runpytest",
|
||||
choices=("inprocess", "subprocess", ),
|
||||
choices=("inprocess", "subprocess"),
|
||||
help=("run pytest sub runs in tests using an 'inprocess' "
|
||||
"or 'subprocess' (python -m main) method"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue