mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-plastid: Replace nose with pytest.
* gnu/packages/bioinformatics.scm (python-plastid)[native-inputs]: Replace python-nose with python-pytest. Change-Id: Ie0e5362d2304d3af0bcb1405fa0c1ad36fb2ace6
This commit is contained in:
parent
854c42e30c
commit
da4006d474
1 changed files with 1 additions and 1 deletions
|
@ -4432,7 +4432,7 @@ (define-public python-plastid
|
||||||
(list openssl))
|
(list openssl))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython)
|
`(("python-cython" ,python-cython)
|
||||||
("python-nose" ,python-nose)
|
("python-pytest" ,python-pytest)
|
||||||
("test-data"
|
("test-data"
|
||||||
,(origin
|
,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Loading…
Reference in a new issue