diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-11-28 16:25:14 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-11-28 16:25:14 +0100 |
commit | 38a404d567dbaed7c9bf3803e2580290d575f1dc (patch) | |
tree | 3ecbf4114f7250965ee28278e4d1dd2062843b98 /gnu/packages/python-xyz.scm | |
parent | 8eebde743925bd6ead0344243b2cc5b44cc98841 (diff) | |
download | guix-38a404d567dbaed7c9bf3803e2580290d575f1dc.tar guix-38a404d567dbaed7c9bf3803e2580290d575f1dc.tar.gz |
gnu: python2-matplotlib: Do not inherit test adjustments.
This is a follow-up to commit 9e7cb2f1e16fc5b70c6c0e4187443e216767323d.
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Do not inherit
the 'fix-and-disable-failing-tests' phase.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d2efa74228..a166554f98 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4147,6 +4147,7 @@ toolkits.") (assoc-ref inputs "jquery-ui") "-d" dir)) #t)) + (delete 'fix-and-disable-failing-tests) (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. |