diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-17 16:47:25 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-23 16:58:37 +0100 |
commit | 9128055a8dc3d8ac255d13eead6c814e3bfcb078 (patch) | |
tree | d95c5de031f02816b6cd68508ba8ce26620c9f2f | |
parent | 92d1cb9373c05eeb0e822e3a1bb4a6adaf00a2ed (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
-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 8ec801c1d9..661dfba686 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18670,13 +18670,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))))) |