gnu: python-pytest-mpl: Fix build.
* gnu/packages/python-check.scm (python-pytest-mpl)[propagated-inputs]: Add python-nose. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
7269f0c1b2
commit
7701a3cf23
1 changed files with 1 additions and 0 deletions
|
@ -537,6 +537,7 @@ internet.")
|
|||
`(("python-pytest" ,python-pytest)))
|
||||
(propagated-inputs
|
||||
`(("python-matplotlib" ,python-matplotlib)
|
||||
("python-nose" ,python-nose)
|
||||
("python-pillow" ,python-pillow)))
|
||||
(home-page "https://github.com/matplotlib/pytest-mpl")
|
||||
(synopsis "Pytest plugin to help with testing figures output from Matplotlib")
|
||||
|
|
Reference in a new issue