1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
aports/testing/py3-versioningit/nocov.patch

17 lines
510 B
Diff

diff --git a/tox.ini b/tox.ini
index 4ffce74..5763603 100644
--- a/tox.ini
+++ b/tox.ini
@@ -49,12 +49,6 @@ commands =
mypy src test
[pytest]
-addopts =
- --cov=versioningit
- # Explicitly setting the path to the coverage config file is necessary due
- # to some tests spawning subprocesses with changed working directories.
- --cov-config=tox.ini
- --no-cov-on-fail
filterwarnings = error
markers =
describe_exclude: Tests that use `git describe --exclude` (Added in Git 2.13.0)