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

commit f548f6f2e5f38c9fc3755d3c6eeaed9c406862c7
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 b52342ec9c..f979e40fa8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4707,9 +4707,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))

Reply via email to