diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-17 16:47:25 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:20 +0100 |
| commit | cd06ad91e925f17068c9096a2428e881b83f2123 (patch) | |
| tree | 0c72463fb6996742fc514a3c1b93459f4bd4898a /gnu/packages/python-xyz.scm | |
| parent | 20918f62883afdef4d26606435875ed26f9f8e29 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c2db87c28d..0a62da474c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18649,13 +18649,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))))) |
