diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-09-19 12:27:12 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-09-19 12:38:36 +0300 |
commit | 5d484f42a87d7121b6f9d50bb5f8d61e157bb186 (patch) | |
tree | be9aae3514c8190cdd91e2ed1dc3e2f601129847 /gnu/packages | |
parent | 222510f404c00e18788751f9739b69c21854cc2b (diff) | |
download | patches-5d484f42a87d7121b6f9d50bb5f8d61e157bb186.tar patches-5d484f42a87d7121b6f9d50bb5f8d61e157bb186.tar.gz |
gnu: python2-matplotlib: Disable tests.
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Skip the
custom 'check phase.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4541604873..66f7e176e2 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 |