1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From: =?utf-8?q?IOhannes_m_zm=C3=B6lnig?= <umlaeute@debian.org>
Date: Tue, 2 May 2023 10:42:26 +0200
Subject: removed broken pytest config
Origin: Debian
Forwarded: not-needed
Last-Update: 2022-07-06
we don't do coverage testing on Debian
Last-Update: 2022-07-06
---
tox.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini
index 5f393cb..945320b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -77,7 +77,7 @@ commands =
[pytest]
testpaths = test
-addopts = -v --timeout=300 --cov=can --cov-config=tox.ini --cov-report=lcov --cov-report=term --color=yes
+addopts = -v --timeout=300
[coverage:run]
# we could also use branch coverage
|