summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2021-09-13 19:12:11 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2021-09-14 10:10:57 +0200
commit7701a3cf2342fe2522edd91e4b695d4093875211 (patch)
tree1fc7445383c371d76820760650bcdf912431d25e /gnu/packages/python-check.scm
parent7269f0c1b2411c8fbe014b32cea0ce5f8621c67b (diff)
downloadguix-patches-7701a3cf2342fe2522edd91e4b695d4093875211.tar
guix-patches-7701a3cf2342fe2522edd91e4b695d4093875211.tar.gz
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>
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index ad41aae34e..b1af78d4f8 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -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")