gnu: python-deeptools: Replace python-nose with python-pytest.
* gnu/packages/bioinformatics.scm (python-deeptools)[native-inputs]: Replace python-nose with python-pytest. Change-Id: Icba4ed3a464bfa36616aabe2cbbb26bfabec40aa
This commit is contained in:
parent
f0268853de
commit
a78de8f792
1 changed files with 1 additions and 1 deletions
|
|
@ -4696,7 +4696,7 @@ interval trees with associated meta-data. It is primarily used by the
|
||||||
(("version='plotCoverage")
|
(("version='plotCoverage")
|
||||||
"version='%(prog)s")))))))
|
"version='%(prog)s")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-mock python-nose))
|
(list python-mock python-pytest))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-matplotlib
|
(list python-matplotlib
|
||||||
python-numpy
|
python-numpy
|
||||||
|
|
|
||||||
Reference in a new issue