mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/scikit-build: strip coverage-related pytest options
Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user