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>
1 files changed, 3 insertions(+), 1 deletions(-) M gnu/packages/check.scm
M gnu/packages/check.scm => gnu/packages/check.scm +3 -1
@@ 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