mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05: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))
|
||||
(native-inputs
|
||||
`(("python-cython" ,python-cython)
|
||||
("python-nose" ,python-nose)
|
||||
("python-pytest" ,python-pytest)
|
||||
("test-data"
|
||||
,(origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Reference in a new issue