mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
20918f6288
commit
cd06ad91e9
1 changed files with 1 additions and 7 deletions
|
@ -18649,13 +18649,7 @@ $ rm -rf /tmp/env
|
||||||
(modify-inputs (package-native-inputs python-pip-run-bootstrap)
|
(modify-inputs (package-native-inputs python-pip-run-bootstrap)
|
||||||
(append python-nbformat
|
(append python-nbformat
|
||||||
python-pygments
|
python-pygments
|
||||||
python-pytest
|
python-pytest)))
|
||||||
python-pytest-black
|
|
||||||
python-pytest-checkdocs
|
|
||||||
python-pytest-cov
|
|
||||||
python-pytest-enabler
|
|
||||||
python-pytest-flake8
|
|
||||||
python-pytest-mypy)))
|
|
||||||
(properties (alist-delete 'hidden? (package-properties
|
(properties (alist-delete 'hidden? (package-properties
|
||||||
python-pip-run-bootstrap)))))
|
python-pip-run-bootstrap)))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue