guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit b3dcb5b753240a464eab81910be66fe5692375f4
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 22:23:23 2025 +0100

    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 <[email protected]>
---
 gnu/packages/check.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 8ebb72d4f3..7310880ed8 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2767,9 +2767,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

Reply via email to