guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 9c08df875babd87f307c3ac4e52ed3d1cb5a4c9c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 17 16:42:04 2025 +0100
gnu: python-path: Reduce closure size.
* gnu/packages/python-xyz.scm (python-path): [native-inputs]: Remove
python-pytest-black, python-pytest-checkdocs, python-pytest-cov,
python-pytest-enabler, python-pytest-flake8, and python-pytest-mypy; add
python-more-itertools.
Change-Id: I4592262fd133c41a4603d3ddab37dd7c2c9a0d9f
---
gnu/packages/python-xyz.scm | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 67f60075d0..e6ec1d8a59 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18573,15 +18573,10 @@ invoked on those path objects directly.")
(native-inputs
(modify-inputs (package-native-inputs python-path-bootstrap)
(append python-appdirs
+ python-more-itertools
python-packaging
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-path-bootstrap)))))