mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 09:43:43 -05: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 @@ (define-public python2-matplotlib
|
||||||
(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…
Reference in a new issue