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
This commit is contained in:
Sharlatan Hellseher 2025-07-17 16:42:04 +01:00
parent 09d6e06ec7
commit 94e08b1bae
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -18560,15 +18560,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)))))