diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-30 11:21:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-05 22:38:15 +0200 |
commit | da4006d474280f0f20449176c20b148855359194 (patch) | |
tree | 98d6981017a9660146d3aef8dd214420884a6bb1 /gnu | |
parent | 854c42e30c3e8a9828278abada23473c370e689f (diff) | |
download | guix-da4006d474280f0f20449176c20b148855359194.tar.gz guix-da4006d474280f0f20449176c20b148855359194.zip |
gnu: python-plastid: Replace nose with pytest.
* gnu/packages/bioinformatics.scm (python-plastid)[native-inputs]: Replace
python-nose with python-pytest.
Change-Id: Ie0e5362d2304d3af0bcb1405fa0c1ad36fb2ace6
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 907c3ee548..746c78b596 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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) |