From ad9824fe33ee29734581ce434c2d432444ddea06 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 13 Aug 2020 04:11:19 -0400 Subject: [PATCH] Re-enable wx test on ppc64le. The bug appears to have been fixed. --- python-matplotlib.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 11a13c9..7a38900 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -333,19 +333,13 @@ export http_proxy=http://127.0.0.1/ # Skips: # * test_invisible_Line_rendering: Checks for "slowness" that often fails on a # heavily-loaded builder. -# * wxagg is broken on ppc64le: -# https://bugzilla.redhat.com/show_bug.cgi?id=1738752 MPLCONFIGDIR=$PWD \ PYTHONPATH=%{buildroot}%{python3_sitearch} \ PYTHONDONTWRITEBYTECODE=1 \ xvfb-run -a -s "-screen 0 640x480x24" \ %{python3} tests.py -ra -n $(getconf _NPROCESSORS_ONLN) \ -m 'not network' \ -%ifarch ppc64le - -k 'not test_invisible_Line_rendering and not Qt5Agg and not wxagg' -%else -k 'not test_invisible_Line_rendering and not Qt5Agg' -%endif # Run Qt5Agg tests separately to not conflict with Qt4 tests. MPLCONFIGDIR=$PWD \ PYTHONPATH=%{buildroot}%{python3_sitearch} \