From b121e64fcb78d815430ab4bbe1097d879b8cfbf4 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 28 Oct 2025 23:45:28 +0100 Subject: [PATCH] gnu: python-numpydoc: Remove coverage inputs. * gnu/packages/python-xyz.scm (python-numpydoc) [native-inputs]: Remove python-pytest-cov and python-wheel. Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0dea05d502..a94ae68dbe 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12177,11 +12177,7 @@ apply unified diffs. It has features such as: "and not test_source_file_name_with_properties")))) (propagated-inputs (list python-sphinx python-tomli)) (native-inputs - (list python-matplotlib - python-pytest - python-pytest-cov - python-setuptools - python-wheel)) + (list python-matplotlib python-pytest python-setuptools)) (home-page "https://pypi.org/project/numpydoc/") (synopsis "Numpy's Sphinx extensions") (description "Sphinx extension to support docstrings in Numpy format.")