guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 257927380589a888079803467e79746af8da74ba
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:54:30 2025 +0100
gnu: python-numcodecs: Remove coverage inputs.
* gnu/packages/python-xyz.scm (python-numcodecs)
[native-inputs]: Remove python-pytest-cov, python-wheel.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c666078bd3..57db494f0b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27349,12 +27349,10 @@ tool).")
python-py-cpuinfo
python-pydata-sphinx-theme
python-pytest
- python-pytest-cov
python-setuptools
python-setuptools-scm ;for correct version
python-sphinx
- python-sphinx-issues
- python-wheel))
+ python-sphinx-issues))
(home-page "https://github.com/zarr-developers/numcodecs")
(synopsis "Buffer compression and transformation codecs")
(description