guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python2-matplotlib: Disable sanity-check.


From: guix-commits
Subject: 02/02: gnu: python2-matplotlib: Disable sanity-check.
Date: Thu, 2 Dec 2021 04:31:12 -0500 (EST)

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

commit e1cb787870d6dd156ce02d4d7c32235e17b6a233
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 2 10:30:40 2021 +0100

    gnu: python2-matplotlib: Disable sanity-check.
    
    * gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Delete
    'sanity-check phase.
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a22975c..f983ae1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6285,6 +6285,7 @@ toolkits.")
                            (assoc-ref inputs "jquery-ui")
                            "-d" dir))))
              (delete 'fix-and-disable-failing-tests)
+             (delete 'sanity-check) ; This fails because mpl_toolkits is not 
an actual module
              (delete 'check))))) ; These tests weren't run the the past.
       ;; Make sure to use special packages for Python 2 instead
       ;; of those automatically rewritten by package-with-python2.



reply via email to

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