sharlatan pushed a commit to branch python-team
in repository guix.

commit 8764c05a6107f645b80279311949ef6fb48db95c
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri May 10 00:54:22 2024 +0200

    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 <[email protected]>
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ef9a03bc32..98abd2cc71 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9545,6 +9545,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"))

Reply via email to