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

commit 2c448b45a38f1d9994e894cd066ad0fd0a0628bd
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:12:01 2025 +0100

    gnu: python-test2ref: Remove python-pytest-cov input.
    
    * gnu/packages/python-check.scm (python-test2ref
    [native-inputs]: Remove python-pytest-cov.
    
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-check.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 296f2df921..cd1953e70c 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -4915,9 +4915,7 @@ which make writing and running functional and integration 
tests easier.")
         (base32 "1jx7cdqwpyq3gs9czvz0fwijkqhvmbny5h3zgdqlbrw8y3miv4gq"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-pdm-backend
-           python-pytest
-           python-pytest-cov))
+     (list python-pdm-backend python-pytest))
     (propagated-inputs
      (list python-binaryornot))
     (home-page "https://github.com/nbiotcloud/test2ref";)

Reply via email to