guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: python2-matplotlib: Disable tests.


From: guix-commits
Subject: 01/04: gnu: python2-matplotlib: Disable tests.
Date: Thu, 19 Sep 2019 06:46:46 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 5d484f42a87d7121b6f9d50bb5f8d61e157bb186
Author: Efraim Flashner <address@hidden>
Date:   Thu Sep 19 12:27:12 2019 +0300

    gnu: python2-matplotlib: Disable tests.
    
    * gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Skip the
    custom 'check phase.
---
 gnu/packages/python-xyz.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4541604..66f7e17 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3937,6 +3937,11 @@ toolkits.")
          (sha256
           (base32
            "1rcc7x9ig3hpchkc4cwdvym3y451w74275fxr455zkfagrsvymbk"))))
+      (arguments
+       (substitute-keyword-arguments (package-arguments matplotlib)
+         ((#:phases phases)
+          `(modify-phases ,phases
+             (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.
       (propagated-inputs



reply via email to

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