me
/
guix
Archived
1
0
Fork 0

gnu: python2-matplotlib: Disable sanity-check.

* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Delete
'sanity-check phase.
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -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.