mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: python-pytest: Remove input labels.
* gnu/packages/check.scm (python-pytest)[propagated-inputs, native-inputs]: Remove labels.
This commit is contained in:
parent
85009bedeb
commit
9912024c34
1 changed files with 18 additions and 18 deletions
|
@ -1005,25 +1005,25 @@ (define-public python-pytest
|
||||||
" and not test_color_yes"))
|
" and not test_color_yes"))
|
||||||
(format #t "test suite not run~%")))))))
|
(format #t "test suite not run~%")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-attrs" ,python-attrs-bootstrap)
|
(list python-attrs-bootstrap
|
||||||
("python-iniconfig" ,python-iniconfig)
|
python-iniconfig
|
||||||
("python-more-itertools" ,python-more-itertools)
|
python-more-itertools
|
||||||
("python-packaging" ,python-packaging-bootstrap)
|
python-packaging-bootstrap
|
||||||
("python-pluggy" ,python-pluggy)
|
python-pluggy
|
||||||
("python-py" ,python-py)
|
python-py
|
||||||
("python-six" ,python-six-bootstrap)
|
python-six-bootstrap
|
||||||
("python-toml" ,python-toml)
|
python-toml
|
||||||
("python-wcwidth" ,python-wcwidth)))
|
python-wcwidth))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(;; Tests need the "regular" bash since 'bash-final' lacks `compgen`.
|
(list ;; Tests need the "regular" bash since 'bash-final' lacks `compgen`.
|
||||||
("bash" ,bash)
|
bash
|
||||||
("python-hypothesis" ,python-hypothesis)
|
python-hypothesis
|
||||||
("python-nose" ,python-nose)
|
python-nose
|
||||||
("python-mock" ,python-mock)
|
python-mock
|
||||||
("python-pytest" ,python-pytest-bootstrap)
|
python-pytest-bootstrap
|
||||||
("python-setuptools-scm" ,python-setuptools-scm)
|
python-setuptools-scm
|
||||||
("python-toml" ,python-toml)
|
python-toml
|
||||||
("python-xmlschema" ,python-xmlschema)))
|
python-xmlschema))
|
||||||
(home-page "https://docs.pytest.org/en/latest/")
|
(home-page "https://docs.pytest.org/en/latest/")
|
||||||
(synopsis "Python testing library")
|
(synopsis "Python testing library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue