Files
gentoo/dev-python/vdirsyncer/files/vdirsyncer-0.18.0-no-cov.patch
John Helmert III d9f335c582 dev-python/vdirsyncer: Python bump, fix tests, install systemd files
Also close old test bugs related to hypothesis which don't seem
reproducible with any modern hypothesis versions in tree.

Closes: https://bugs.gentoo.org/641546
Closes: https://bugs.gentoo.org/668360
Closes: https://bugs.gentoo.org/743953
Signed-off-by: John Helmert III <ajak@gentoo.org>
2021-07-10 16:30:32 -05:00

26 lines
533 B
Diff

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 =