diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-05-10 00:54:22 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-14 23:53:21 +0100 |
commit | 57fcaf1592e1579ae58094ff2424befef80ee714 (patch) | |
tree | 9ff0f591bff9e4b2600aeb8d6f0846fca846abe7 | |
parent | 969f861a221f129889cafd147e2a643399bc4f14 (diff) |
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.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index afbca24e1a..0fe40dcf84 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9526,6 +9526,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")) |