guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 3ac545d6d27aeed394f3b668a067c2489b329cb4 Author: Sharlatan Hellseher <sharlata...@gmail.com> 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 09dc6b6910..2a85068291 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18438,15 +18438,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)))))