From f8f5f338b400e5ae51172420532029b5f03ff9d1b2adae5fd39b24e68f7bd0ae Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 8 Dec 2021 04:48:57 +0000 Subject: [PATCH] - Skip some broken tests with new pyparsing. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=56 --- python-matplotlib.changes | 5 +++++ python-matplotlib.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 20b40db..5a37c89 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 8 04:42:16 UTC 2021 - Steve Kowalik + +- Skip some broken tests with new pyparsing. + ------------------------------------------------------------------- Sat Oct 23 15:49:11 UTC 2021 - Axel Braun diff --git a/python-matplotlib.spec b/python-matplotlib.spec index e01ffa1..33fad14 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -288,6 +288,8 @@ skip_tests+=" or (test_correct_key and Qt4Agg)" skip_tests+=" or (test_fig_close and Qt4Agg)" # timing tests on obs can fail unpredictably skip_tests+=" or test_invisible_Line_rendering" +# currently broken, revert with 3.5.0 +skip_tests+=" or test_mathtext_rendering or test_mathtext_exceptions" %{pytest_arch --pyargs matplotlib.tests \ --pyargs mpl_toolkits.tests \ -n auto \