summaryrefslogtreecommitdiff
path: root/dev-python/scikit-build/files/scikit-build-0.12.0-tests-no-coverage.patch
blob: 993258961f35d678f902a9a2df098c2667630bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,7 +10,7 @@
 
 [tool:pytest]
 testpaths = tests
-addopts = -v --cov --cov-report xml -ra --strict-markers --showlocals --color=yes
+addopts = -v -ra --strict-markers --showlocals --color=yes
 markers = 
 	fortran: fortran testing