From 0aa60648c3983ae721a6ab91a96c441f1f37529b7cd5e500ce47be6961579712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 11 Nov 2025 10:56:42 +0000 Subject: [PATCH] - Revert the skipped test with gc, fixed in gc upstream (bsc#1252721) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=134 --- python-matplotlib.changes | 5 +++++ python-matplotlib.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 3c04593..ce333ea 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 11 10:55:03 UTC 2025 - Markéta Machová + +- Revert the skipped test with gc, fixed in gc upstream (bsc#1252721) + ------------------------------------------------------------------- Mon Nov 3 09:06:33 UTC 2025 - Markéta Machová diff --git a/python-matplotlib.spec b/python-matplotlib.spec index daf34ff..a742bcb 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -359,8 +359,6 @@ 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 failures uncovered by xkeyboard-config https://github.com/matplotlib/matplotlib/issues/30703 skip_tests+=" or (test_getattr and gtk3)" skip_tests+=" or test_determinism_check or test_determinism_source_date_epoch"