From cb7b0c8c6e7e76d2b62eddf91df72cfb66a50746 Mon Sep 17 00:00:00 2001 From: hugovk Date: Thu, 7 May 2015 20:25:44 +0300 Subject: [PATCH] Suppress the report at the end of the run detailing flaky test results --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ec0e215..7436987 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ deps = ipdb pytest-cov 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] deps = ipdb