From 772615a3002c6f5907ad8b8bfbd2aabe92e68a3323519b4a17bd1c060fb6174d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 3 Nov 2025 13:49:31 +0000 Subject: [PATCH] correct the reason for skipping OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=132 --- python-matplotlib.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index e0666b5..daf34ff 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -361,9 +361,8 @@ skip_tests+=" or (test_backend_pgf and test_rcupdate)" 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 +# test failures 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