blob: 9efb3d2219828c607832cd49a380849a1bab15ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|