summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-28 22:23:23 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:38 +0000
commit6a6e86ab496948c9547e3c3fc6ced8b4c4c8afca (patch)
treef72a1e37b5322211db71e4651dc587be8b8e48b5 /gnu
parent1f086b347b9ec6e0f1e9101f49207b0f02e4cf2d (diff)
gnu: python-pytest-enabler: Remove python-pytest-cov input.
* gnu/packages/check.scm (python-pytest-enabler) [arguments]<#:test-flags>: Ignore coverage test. [native-inputs]: Remove python-pytest-cov. Change-Id: Ib900a05345311529fca5ac6ecc48538d5432b511 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/check.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index b4e82f663e5..c051b50b208 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2768,9 +2768,11 @@ failures.")
(sha256
(base32 "0gxsr0wk8kzf8rqfnhy84yh1zi0b55j76c0m9n006d8q4bzy1v25"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ #:test-flags #~(list "-k" "not test_coverage_explicit")))
(native-inputs
(list python-pytest
- python-pytest-cov
python-setuptools
python-setuptools-scm))
(propagated-inputs