diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-28 23:34:06 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:38 +0000 |
| commit | 5a4e75b6c176587801aee5862805325b7353b6db (patch) | |
| tree | 21ea17651987b46ea01852cd5d11e109e754e32a /gnu | |
| parent | cd495d22e19bc66c58572d1133d7de86b22d0fa9 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rdf.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index 609cae6d50b..06544066649 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 |
