dev-python/scikit-build: strip coverage-related pytest options

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-08-15 23:28:56 +01:00
parent 660bfc7329
commit ad24f93246
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,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

View File

@@ -30,6 +30,10 @@ DEPEND="
dev-python/virtualenv[${PYTHON_USEDEP}]
)"
PATCHES=(
"${FILESDIR}"/${PN}-0.12.0-tests-no-coverage.patch
)
distutils_enable_sphinx docs \
dev-python/sphinx_rtd_theme \
dev-python/sphinx-issues