guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 7b39e4ee9ea3dd0a341440446c69e63a7ed3f020
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 338ff244d5..87d3556ea9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27360,12 +27360,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

Reply via email to