guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: python-pytest-mpl: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: python-pytest-mpl: Fix build.
Date: Tue, 14 Sep 2021 04:12:22 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 7701a3c  gnu: python-pytest-mpl: Fix build.
7701a3c is described below

commit 7701a3cf2342fe2522edd91e4b695d4093875211
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Mon Sep 13 19:12:11 2021 +0000

    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>
---
 gnu/packages/python-check.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index ad41aae..b1af78d 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]