diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-17 16:42:04 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:16 +0100 |
| commit | d42eac6c86c58ee2baa5018fcb0d3bbb6c950e3e (patch) | |
| tree | d83bbce19f911e5cfa496710e924995e94f69505 /gnu/packages/python-xyz.scm | |
| parent | 79f23ee8654bdeca9bae2061d493a6d09c5ab986 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fe88d2e2c4..a288bee1ce 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18536,15 +18536,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))))) |
