From 3d6adc14f9ac54899e15f2be8020560476e88238 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 4 May 2022 20:10:57 -0400 Subject: [PATCH] Skip full backend tests on 32-bit systems It seems that xvfb crashes there. --- python-matplotlib.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index f5f7e84..d4dd378 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -351,7 +351,9 @@ export http_proxy=http://127.0.0.1/ # heavily-loaded builder. # * test_form_widget_get_with_datetime_and_date_fields is flaky. MPLCONFIGDIR=$PWD \ +%ifnarch %{ix86} xvfb-run -a -s "-screen 0 640x480x24" \ +%endif env %{pytest} -ra -n auto \ -m 'not network' \ -k 'not test_invisible_Line_rendering and not test_form_widget_get_with_datetime_and_date_fields' \