1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-10-28 23:45:28 +01:00
committed by Sharlatan Hellseher
parent 77ffd25fd8
commit b121e64fcb

View File

@@ -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.")