Archived
1
0
Fork 0

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:
Felix Gruber 2021-09-13 19:12:11 +00:00 committed by Guillaume Le Vaillant
parent 7269f0c1b2
commit 7701a3cf23
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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")