gnu: python2-matplotlib: Disable tests.
authorEfraim Flashner <efraim@flashner.co.il>
Thu, 19 Sep 2019 09:27:12 +0000 (12:27 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Thu, 19 Sep 2019 09:38:36 +0000 (12:38 +0300)
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Skip the
custom 'check phase.

gnu/packages/python-xyz.scm

index 4541604..66f7e17 100644 (file)
@@ -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