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

commit ddcb2204b193b123fcd903c9942ec43284cff636
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 22:57:03 2025 +0100

    gnu: python-tzlocal: Remove python-pytest-cov input.
    
    * gnu/packages/time.scm (python-tzlocal)[native-inputs]: Remove
    python-check-manifest and python-pytest-cov.
    
    Change-Id: I507271ff12a48b00c81af49f03fd82dfaa1b6413
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/time.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 9a1638dd80..f2bf78f6a0 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -597,10 +597,7 @@ the C time module reports is the local timezone offset.
     (propagated-inputs
      (list python-tzdata))
     (native-inputs
-     (list python-check-manifest
-           python-pytest
-           python-pytest-cov
-           python-pytest-mock))
+     (list python-pytest python-pytest-mock python-setuptools))
     (home-page "https://github.com/regebro/tzlocal";)
     (synopsis "Local timezone information for Python")
     (description

Reply via email to