me
/
guix
Archived
1
0
Fork 0

gnu: python-plastid: Replace nose with pytest.

* gnu/packages/bioinformatics.scm (python-plastid)[native-inputs]: Replace
python-nose with python-pytest.

Change-Id: Ie0e5362d2304d3af0bcb1405fa0c1ad36fb2ace6
master
Ricardo Wurmus 2024-04-30 11:21:53 +02:00
parent 854c42e30c
commit da4006d474
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -4432,7 +4432,7 @@ UCSC genome browser.")
(list openssl))
(native-inputs
`(("python-cython" ,python-cython)
("python-nose" ,python-nose)
("python-pytest" ,python-pytest)
("test-data"
,(origin
(method url-fetch)