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

commit 8b211cf1025d08096a8af74b877efd2b14aa0492
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jun 1 22:28:58 2026 +0100

    gnu: python-tzdata: Reduce closure size.
    
    python-pytest-subtests is no longer maintained and depends on
    Pytest@8, this change removes optional test plugin which does not
    affect test performance.
    
    Note from pytest-subtests README:
    
       This plugin has been integrated directly into pytest 9.0, so the
       plugin itself will no longer be maintained and the repository will be
       archived.
    
    * gnu/packages/time.scm (python-tzdata):
    [native-inputs]: Remove python-pytest-subtests, and python-wheel.
    
    Change-Id: Ia410fcb54114e784f88e7b6c8aa40c45fe778625
---
 gnu/packages/time.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index ea435cce9a..226e022654 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -256,9 +256,7 @@ applications, and several support tools.")
     (inputs (list tzdata))
     (native-inputs
      (list python-pytest
-           python-pytest-subtests
-           python-setuptools
-           python-wheel))
+           python-setuptools))
     (home-page "https://github.com/python/tzdata";)
     (synopsis "Python wrapper of IANA time zone data")
     (description "This package provides a thin Python wrapper around tzdata.")

Reply via email to