diff options
author | Felix Gruber <felgru@posteo.net> | 2021-09-13 19:12:11 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-14 10:10:57 +0200 |
commit | 7701a3cf2342fe2522edd91e4b695d4093875211 (patch) | |
tree | 1fc7445383c371d76820760650bcdf912431d25e /gnu | |
parent | 7269f0c1b2411c8fbe014b32cea0ce5f8621c67b (diff) | |
download | guix-7701a3cf2342fe2522edd91e4b695d4093875211.tar.gz guix-7701a3cf2342fe2522edd91e4b695d4093875211.zip |
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')
-rw-r--r-- | gnu/packages/python-check.scm | 1 |
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") |