Fix bug with running LaTeX tests in parallel.

This commit is contained in:
Elliott Sales de Andrade 2021-01-27 01:26:04 -05:00
parent ac8946e2f5
commit 98cb5a1a9b

View File

@ -335,6 +335,12 @@ rm -rf %{buildroot}%{_datadir}/matplotlib/mpl-data/fonts
# These files confuse pytest, and we want to test the installed copy.
rm -rf build*/
# We need to prime this LaTeX cache stuff, or it might fail while running tests
# in parallel.
mktexfmt lualatex.fmt
mktexfmt pdflatex.fmt
mktexfmt xelatex.fmt
export http_proxy=http://127.0.0.1/
# Skips:
# * test_invisible_Line_rendering: Checks for "slowness" that often fails on a