- 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
This commit is contained in:
2025-11-11 10:56:42 +00:00
committed by Git OBS Bridge
parent 772615a300
commit 0aa60648c3
2 changed files with 5 additions and 2 deletions

View File

@@ -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"