From e2003ba208ee88d327fe4215498a3dcbbb11e842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Thu, 22 Dec 2022 19:39:02 +0100 Subject: [PATCH] Remove debugging flag --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9762667..9dabdad 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ commands = [testenv:coverage] commands = coverage erase - coverage run -m pytest tests --debug=trace + coverage run -m pytest tests coverage report -m --fail-under=100 [testenv:lint]