guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ea477b95307606e357bd6fdfba3d1c35fdffe54f
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:45:28 2025 +0100
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 <[email protected]>
---
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 ccb2b534d1..0dbfc476e4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11966,11 +11966,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.")