Suppress the report at the end of the run detailing flaky test results

This commit is contained in:
hugovk 2015-05-07 20:25:44 +03:00
parent ebe102643a
commit cb7b0c8c6e

View file

@ -11,7 +11,7 @@ deps =
ipdb ipdb
pytest-cov pytest-cov
flaky flaky
commands = py.test -v --cov pylast --cov-report term-missing {posargs} commands = py.test -v --cov pylast --cov-report term-missing --no-flaky-report {posargs}
[testenv:venv] [testenv:venv]
deps = ipdb deps = ipdb