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='%(prog)s")))))))
|
||||
(native-inputs
|
||||
(list python-mock python-nose))
|
||||
(list python-mock python-pytest))
|
||||
(propagated-inputs
|
||||
(list python-matplotlib
|
||||
python-numpy
|
||||
|
|
|
|||
Reference in a new issue