File: remove-broken-pytest-config.patch

package info (click to toggle)
python-can 4.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,428 kB
  • sloc: python: 27,154; makefile: 31; sh: 16
file content (27 lines) | stat: -rw-r--r-- 671 bytes parent folder | download
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