Date: Wednesday, December 8, 2021 @ 04:15:08 Author: foutrelis Revision: 1065603
Ignore test_pcolornearestunits failure It needs the bundled freetype version to pass. Modified: python-matplotlib/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-08 04:00:47 UTC (rev 1065602) +++ PKGBUILD 2021-12-08 04:15:08 UTC (rev 1065603) @@ -75,9 +75,10 @@ cd matplotlib python -m venv --system-site-packages test-env test-env/bin/python setup.py install --skip-build - # https://github.com/matplotlib/matplotlib/issues/21654 + # test_ipynb: https://github.com/matplotlib/matplotlib/issues/21654 + # test_pcolornearestunits: https://github.com/matplotlib/matplotlib/issues/21271 xvfb-run -a -s "-screen 0 640x480x24" \ - test-env/bin/python -m pytest -ra -n auto -v --color=yes --pyargs matplotlib mpl_toolkits.tests -k 'not test_ipynb' + test-env/bin/python -m pytest -ra -n auto -v --color=yes --pyargs matplotlib mpl_toolkits.tests -k 'not test_ipynb and not test_pcolornearestunits' } package() {