summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-12-02 10:30:40 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-12-02 10:30:40 +0100
commite1cb787870d6dd156ce02d4d7c32235e17b6a233 (patch)
treebb841766d9f46560a42064609df5bc3226520224 /gnu/packages/python-xyz.scm
parenta33ca53492649959d5028c5a8e22d27022b92893 (diff)
downloadguix-patches-e1cb787870d6dd156ce02d4d7c32235e17b6a233.tar
guix-patches-e1cb787870d6dd156ce02d4d7c32235e17b6a233.tar.gz
gnu: python2-matplotlib: Disable sanity-check.
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Delete 'sanity-check phase.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a22975c2c6..f983ae1e44 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.