guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 21640c8a2d1aab7856cb933d9db7c0f2b20c7ec7
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:07:19 2025 +0100
gnu: python-babel: Remove python-pytest-cov input.
* gnu/packages/python-xyz.scm (python-babel)[native-inputs]:
Remove python-pytest-cov and python-wheel.
Change-Id: Ibec8055f67600839948f6db9fa12bef671bcf8f8
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2c19208353..89c890835b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4708,9 +4708,7 @@ and function call return values in a human-readable way.")
(native-inputs
(list python-freezegun
python-pytest
- python-pytest-cov
python-setuptools
- python-wheel
tzdata-for-tests))
(propagated-inputs
(list python-pytz))