From b549fa3507842b2699abc4b90272b6ca4b89dab9 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 28 Oct 2025 23:54:30 +0100 Subject: [PATCH] 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 --- 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 ff21f43ab0..5a3a97e16e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27590,12 +27590,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