File: do-not-run-coverage.patch

package info (click to toggle)
pairtools 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,284 kB
  • sloc: python: 8,792; sh: 123; makefile: 68; ansic: 31
file content (17 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Do not run coverage tests, it makes no sense to run those downstream
Author: Nilesh Patra <nilesh@debian.org>
Forwarded: not-needed
Last-Update: 2023-01-01
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,10 +1,4 @@
 [pytest]
-addopts = 
-    --cov pairtools
-    --cov-config .coveragerc
-    --cov-report term-missing
-    --cov-report html
-    --cov-report xml
 filterwarnings =
     ignore::PendingDeprecationWarning
 testpaths =