From 6f3ec368b4009a15f50de18440f8c1e3c95b568c Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sep 19 2018 02:01:33 +0000 Subject: Stop setting explicit backend during testing. --- diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 9085af7..01bf419 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -314,13 +314,12 @@ rm -rf %{buildroot}%{_datadir}/matplotlib/mpl-data/fonts rm -rf build*/ export http_proxy=http://127.0.0.1/ -# This should match the default backend -echo "backend : %{backend}" > matplotlibrc # Skips: # * test_invisible_Line_rendering: Checks for "slowness" that often fails on a # heavily-loaded builder. MPLCONFIGDIR=$PWD \ MATPLOTLIBDATA=%{buildroot}%{_datadir}/matplotlib/mpl-data \ +MATPLOTLIBRC=%{buildroot}%{_sysconfdir}/matplotlibrc \ PYTHONPATH=%{buildroot}%{python3_sitearch} \ PYTHONDONTWRITEBYTECODE=1 \ xvfb-run -a -s "-screen 0 640x480x24" \