Merge pull request #94 from torcolvin/warningremove

Don't show warning from pytest 3
This commit is contained in:
Bruno Oliveira
2016-10-24 16:15:19 -02:00
committed by GitHub

View File

@@ -32,7 +32,7 @@ def pytest_addoption(parser):
group._addoption(
'--dist', metavar="distmode",
action="store", choices=['load', 'each', 'no'],
type="choice", dest="dist", default="no",
type=str, dest="dist", default="no",
help=("set mode for distributing tests to exec environments.\n\n"
"each: send each test to each available environment.\n\n"
"load: send each test to available environment.\n\n"