aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-05-10 00:54:22 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:58 +0000
commit71aa037a1ab70f5bd04cfffd653622690c295eaa (patch)
tree04e864d1cf1a235f46c21201cccecafb8df262cd
parentad9e792f832fa30c13f94871ff7bb473b884bf8b (diff)
downloadguix-71aa037a1ab70f5bd04cfffd653622690c295eaa.tar.gz
guix-71aa037a1ab70f5bd04cfffd653622690c295eaa.zip
gnu: python-matplotlib: Ignore failing tests.
* gnu/packages/python-xyz.scm (python-matplotlib) [arguments]<#:test-flags>: Ignore failing tests. Change-Id: I3ecb9e6331f17a9333e27daab8fa9d6c3c408aea Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-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 791a55a0ee..f541025ebf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9623,6 +9623,7 @@ comparison.
(string-append
;; This one fails with a small difference in the upper left.
"not test_figure_legend_outside"
+ " and not test_warn_big_data_best_loc"
;; The 'test_lazy_auto_backend_selection' fails
;; because it would require an X server; skip it.
" and not test_lazy_auto_backend_selection"))