guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c90455a74881d00ceb4023608ce61ed9771285f8
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 caf0ed232c..b85818d7a3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11910,11 +11910,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.")