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

commit 55d69767933dc66c510199285a9ef93961b26ba7
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Jul 17 16:47:25 2025 +0100

    gnu: python-pip-run: Reduce closure size.
    
    * gnu/packages/python-xyz.scm (python-pip-run): [native-inputs]: Remove
    python-pytest-black, python-pytest-checkdocs, python-pytest-cov,
    python-pytest-enabler, python-pytest-flake8, and python-pytest-mypy.
    
    Change-Id: Ie3f09e82419e6e4b000c35fcffde70a9a6c843ff
---
 gnu/packages/python-xyz.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a6af9463d2..9a09253291 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18568,13 +18568,7 @@ $ rm -rf /tmp/env
      (modify-inputs (package-native-inputs python-pip-run-bootstrap)
        (append python-nbformat
                python-pygments
-               python-pytest
-               python-pytest-black
-               python-pytest-checkdocs
-               python-pytest-cov
-               python-pytest-enabler
-               python-pytest-flake8
-               python-pytest-mypy)))
+               python-pytest)))
     (properties (alist-delete 'hidden? (package-properties
                                         python-pip-run-bootstrap)))))
 

Reply via email to