mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 20:55:19 +03:00
12 lines
226 B
Diff
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
|