From 36bb5d7fa08c151f7638805ea4d9aa47eeef6838 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 12 Sep 2025 04:54:26 -0400 Subject: [PATCH] Ignore test failures in GTK It seems to incorrectly set the initial size, but that is fixed in F43, so this is only done for F42 here. [skip changelog] --- 0005-Partially-revert-TST-Fix-minor-issues-in-interactive.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0005-Partially-revert-TST-Fix-minor-issues-in-interactive.patch b/0005-Partially-revert-TST-Fix-minor-issues-in-interactive.patch index 22f715c..d05adfe 100644 --- a/0005-Partially-revert-TST-Fix-minor-issues-in-interactive.patch +++ b/0005-Partially-revert-TST-Fix-minor-issues-in-interactive.patch @@ -20,7 +20,7 @@ index 4e3c1bbc2b..903ae87cbb 100644 fig.savefig(result_after, format='png') - assert result.getvalue() == result_after.getvalue() -+ if 'qt' not in backend and 'wx' not in backend: ++ if 'qt' not in backend and 'wx' not in backend and 'gtk4' not in backend: + # FIXME: This should be enabled everywhere once Qt5 is fixed on macOS + # to not resize incorrectly. + assert result.getvalue() == result_after.getvalue()