summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-11-28 16:25:14 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-11-28 16:25:14 +0100
commit38a404d567dbaed7c9bf3803e2580290d575f1dc (patch)
tree3ecbf4114f7250965ee28278e4d1dd2062843b98
parent8eebde743925bd6ead0344243b2cc5b44cc98841 (diff)
downloadguix-38a404d567dbaed7c9bf3803e2580290d575f1dc.tar.gz
guix-38a404d567dbaed7c9bf3803e2580290d575f1dc.tar.xz
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.
-rw-r--r--gnu/packages/python-xyz.scm1
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.