guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python2-matplotlib: Do not inherit test adjustments.


From: guix-commits
Subject: 01/02: gnu: python2-matplotlib: Do not inherit test adjustments.
Date: Thu, 28 Nov 2019 10:33:16 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 38a404d567dbaed7c9bf3803e2580290d575f1dc
Author: Marius Bakke <address@hidden>
Date:   Thu Nov 28 16:25:14 2019 +0100

    gnu: python2-matplotlib: Do not inherit test adjustments.
    
    This is a follow-up to commit 9e7cb2f1e16fc5b70c6c0e4187443e216767323d.
    
    * gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Do not 
inherit
    the 'fix-and-disable-failing-tests' 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 d2efa74..a166554 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4147,6 +4147,7 @@ toolkits.")
                            (assoc-ref inputs "jquery-ui")
                            "-d" dir))
                  #t))
+             (delete 'fix-and-disable-failing-tests)
              (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]