From c4a0a4c55c55890f68a0d30c2aa32987a41ac0a9a5acfbe0794fd5236f7e763c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 3 Nov 2025 09:21:18 +0000 Subject: [PATCH] Accepting request 1315250 from home:mcalabkova:branches:devel:languages:python:numeric - Skip tests failing with new package versions in Factory (bsc#1252721) OBS-URL: https://build.opensuse.org/request/show/1315250 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=131 --- python-matplotlib.changes | 5 +++++ python-matplotlib.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 13e07fe..3c04593 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 3 09:06:33 UTC 2025 - Markéta Machová + +- Skip tests failing with new package versions in Factory (bsc#1252721) + ------------------------------------------------------------------- Mon Oct 13 14:51:30 UTC 2025 - Markéta Machová diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 3a7c8ba..e0666b5 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -359,6 +359,12 @@ skip_tests+=" or png or svg or pdf" skip_tests+=" or (test_backend_pgf and test_rcupdate)" # test failures with newer ghostscript skip_tests+=" or test_bbox_inches_tight_raster[pdf] or test_interp_nearest_vs_none[pdf]" +# test failure uncovered by gc https://github.com/matplotlib/matplotlib/issues/30703 +skip_tests+=" or test_rasterized[svg]" +# test failure uncovered by xkeyboard-config https://github.com/matplotlib/matplotlib/issues/30703 +skip_tests+=" or (test_getattr and gtk3)" +# flaky tests +skip_tests+=" or test_determinism_check or test_determinism_source_date_epoch" # Fails in SLFO:Main %if 0%{?suse_version} <= %SLE_VERSION