1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00
aports/community/py3-jwt/no-cov-report.patch

12 lines
226 B
Diff

Avoid installing additional test dependencies.
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,7 +8,6 @@
universal = 1
[tool:pytest]
-addopts = --cov-report term-missing --cov-config=.coveragerc --cov .
[aliases]
test = pytest