summaryrefslogtreecommitdiff
path: root/dev-python/vdirsyncer/files/vdirsyncer-0.18.0-no-cov.patch
blob: d7e1d537ce49542a96fa0355676a2067d0ca4907 (plain)
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
Avoid pytest-cov involvement:

https://dev.gentoo.org/~mgorny/python-guide/pytest.html#avoiding-dependencies-on-other-pytest-plugins

Signed-Off-By: John Helmert III <ajak@gentoo.org>

diff --git a/setup.cfg b/setup.cfg
index 2428e44..117f237 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,14 +1,6 @@
 [wheel]
 universal = 1
 
-[tool:pytest]
-addopts = 
-	--tb=short
-	--cov-config .coveragerc
-	--cov=vdirsyncer
-	--cov-report=term-missing
-	--no-cov-on-fail
-
 [flake8]
 application-import-names = tests,vdirsyncer
 extend-ignore =