diff mbox series

[bug#50573,core-updates-frozen] gnu: python-pytest-mpl: Fix build.

Message ID 20210913191211.15096-1-felgru@posteo.net
State Accepted
Headers show
Series [bug#50573,core-updates-frozen] gnu: python-pytest-mpl: Fix build. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Felix Gruber Sept. 13, 2021, 7:12 p.m. UTC
* gnu/packages/python-check.scm (python-pytest-mpl)[propagated-inputs]:
  Add python-nose.
---
 gnu/packages/python-check.scm | 1 +
 1 file changed, 1 insertion(+)

Comments

Guillaume Le Vaillant Sept. 14, 2021, 8:12 a.m. UTC | #1
Patch pushed as 7701a3cf2342fe2522edd91e4b695d4093875211.
Thanks.
diff mbox series

Patch

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