gnu: python2-matplotlib: Disable sanity-check.

* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Delete
'sanity-check phase.
This commit is contained in:
Ricardo Wurmus 2021-12-02 10:30:40 +01:00
parent a33ca53492
commit e1cb787870
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6285,6 +6285,7 @@ (define-public python2-matplotlib
(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.