mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public python-deeptools
|
|||
(("version='plotCoverage")
|
||||
"version='%(prog)s")))))))
|
||||
(native-inputs
|
||||
(list python-mock python-nose))
|
||||
(list python-mock python-pytest))
|
||||
(propagated-inputs
|
||||
(list python-matplotlib
|
||||
python-numpy
|
||||
|
|
Loading…
Reference in a new issue