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 =
