mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: python2-matplotlib: Do not inherit test adjustments.
This is a follow-up to commit 9e7cb2f1e1
.
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Do not inherit
the 'fix-and-disable-failing-tests' phase.
This commit is contained in:
parent
8eebde7439
commit
38a404d567
1 changed files with 1 additions and 0 deletions
|
@ -4147,6 +4147,7 @@ (define-public python2-matplotlib
|
||||||
(assoc-ref inputs "jquery-ui")
|
(assoc-ref inputs "jquery-ui")
|
||||||
"-d" dir))
|
"-d" dir))
|
||||||
#t))
|
#t))
|
||||||
|
(delete 'fix-and-disable-failing-tests)
|
||||||
(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