From 058c3939170be4a32be13dab477be04a64980df2391bd89b75debe43739eaed9 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 21 Mar 2025 17:19:01 +0000 Subject: [PATCH] Accepting request 1255036 from home:mcalabkova:branches:devel:languages:python:numeric - Skip test failing with texlive 2025 OBS-URL: https://build.opensuse.org/request/show/1255036 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=111 --- python-matplotlib.changes | 1 + python-matplotlib.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 6bb25e1..95c2bd2 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -11,6 +11,7 @@ Fri Mar 21 08:55:15 UTC 2025 - Markéta Machová * Add version gate to GTK4 calls when necessary * Raise warning if both c and facecolors are used in scatter plot - Drop merged matplotlib-pr29631-install-test-ipynb.patch +- Skip test failing with texlive 2025 ------------------------------------------------------------------- Sun Feb 16 20:07:11 UTC 2025 - Ben Greiner diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 22788e5..4954adc 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -338,6 +338,8 @@ skip_tests+=" or test_compressed1" # image comparison failures due to precisions dicrepancies to the x86 produced references skip_tests+=" or png or svg or pdf" %endif +# test failure with texlive 2025 https://github.com/matplotlib/matplotlib/issues/29790 +skip_tests+=" or (test_backend_pgf and test_rcupdate)" # Fails in SLFO:Main %if 0%{?suse_version} <= %SLE_VERSION