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

commit 3cc82b9caf1799f4247c6c447963c7f8646f3fac
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Jul 17 16:27:18 2025 +0100

    gnu: python-jaraco-test: Reduce closure size.
    
    * gnu/packages/python-xyz.scm (python-jaraco-test):
      [propagated-inputs]: Add python-jaraco-collections.
      [native-inputs]: Remove python-jaraco-collections,
      python-pytest-checkdocs, python-pytest-enabler, and python-wheel.
    
    Change-Id: I2928afd4293f5abbd8c62442f036cc2500ede1ee
---
 gnu/packages/python-xyz.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ea9cb3d3ee..1508613863 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14090,14 +14090,11 @@ releases.")
     (arguments
      (list #:test-flags '(list "-k" "http")))
     (native-inputs
-     (list python-jaraco-collections
-           python-pytest
-           python-pytest-checkdocs
-           python-pytest-enabler
-           python-setuptools
-           python-wheel))
+     (list python-pytest
+           python-setuptools))
     (propagated-inputs
-     (list python-jaraco-context
+     (list python-jaraco-collections
+           python-jaraco-context
            python-jaraco-functools))
     (home-page "https://github.com/jaraco/jaraco.test";)
     (synopsis "Testing support by jaraco")

Reply via email to