Package: vulture / 0.21-1.1

pytest-no-cov.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Daniel Stender <stender@debian.org>
Date: Wed, 2 Aug 2017 06:16:34 -0400
Subject: pytest-no-cov

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index dab2833..2d0e82c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,7 @@ omit =
 	.tox/*
 
 [tool:pytest]
-addopts = --cov vulture --cov-report=html --cov-report=term --cov-append
+#addopts = --cov vulture --cov-report=html --cov-report=term --cov-append
 
 [bdist_wheel]
 universal = 1