From ab1e607c70d6576efccd06eb4c17074da827cbf2 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 30 Jul 2020 09:23:41 +0200 Subject: [PATCH] increase pytest verbosity to catch flaky test --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9fba58756..8112fdd95 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ deps = setenv = HOME = {envtmpdir} commands = mitmdump --version - pytest --timeout 60 --cov-report xml \ + pytest --timeout 60 -v --cov-report xml \ --cov=mitmproxy --cov=pathod --cov=release \ --full-cov=mitmproxy/ --full-cov=pathod/ \ {posargs}