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

commit 8cda85c7b8fdcd541d05f5ad3c5078e7e1d2f72e
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:34:06 2025 +0100

    gnu: python-rdflib: Remove python-pytest-cov input.
    
    * gnu/packages/rdf.scm (python-rdflib)[native-inputs]: Remove
    python-pytest-cov.
    
    Change-Id: I58f9a0c40f2d2eb377a49f017bdbe72bc8c78044
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/rdf.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 609cae6d50..0654406664 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -376,7 +376,7 @@ ideal (e.g. in LV2 implementations or embedded 
applications).")
              ;; These two tests attempt to use "pip install"
              "-k" "not test_sparqleval and not test_parser")))
     (native-inputs
-     (list python-pytest python-pytest-cov python-poetry-core))
+     (list python-pytest python-poetry-core))
     (propagated-inputs
       (list python-isodate
             python-lxml

Reply via email to