mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python2-matplotlib: Disable sanity-check.
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Delete 'sanity-check phase.
This commit is contained in:
parent
a33ca53492
commit
e1cb787870
1 changed files with 1 additions and 0 deletions
|
@ -6285,6 +6285,7 @@ toolkits.")
|
||||||
(assoc-ref inputs "jquery-ui")
|
(assoc-ref inputs "jquery-ui")
|
||||||
"-d" dir))))
|
"-d" dir))))
|
||||||
(delete 'fix-and-disable-failing-tests)
|
(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.
|
(delete 'check))))) ; These tests weren't run the the past.
|
||||||
;; Make sure to use special packages for Python 2 instead
|
;; Make sure to use special packages for Python 2 instead
|
||||||
;; of those automatically rewritten by package-with-python2.
|
;; of those automatically rewritten by package-with-python2.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue