mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jaraco-test: Reduce closure size.
* gnu/packages/python-xyz.scm (python-jaraco-test): [propagated-inputs]: Add python-jaraco-collections. [native-inputs]: Remove python-jaraco-collections, python-pytest-checkdocs, python-pytest-enabler, and python-wheel. Change-Id: I2928afd4293f5abbd8c62442f036cc2500ede1ee
This commit is contained in:
parent
73a24ad57c
commit
26fddd2e56
1 changed files with 4 additions and 7 deletions
|
@ -14113,14 +14113,11 @@ releases.")
|
||||||
(arguments
|
(arguments
|
||||||
(list #:test-flags '(list "-k" "http")))
|
(list #:test-flags '(list "-k" "http")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-jaraco-collections
|
(list python-pytest
|
||||||
python-pytest
|
python-setuptools))
|
||||||
python-pytest-checkdocs
|
|
||||||
python-pytest-enabler
|
|
||||||
python-setuptools
|
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-jaraco-context
|
(list python-jaraco-collections
|
||||||
|
python-jaraco-context
|
||||||
python-jaraco-functools))
|
python-jaraco-functools))
|
||||||
(home-page "https://github.com/jaraco/jaraco.test")
|
(home-page "https://github.com/jaraco/jaraco.test")
|
||||||
(synopsis "Testing support by jaraco")
|
(synopsis "Testing support by jaraco")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue