diff options
| author | Sam James <sam@gentoo.org> | 2023-08-16 22:23:44 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-08-16 22:23:51 +0100 |
| commit | e85d8b4b561139b29438c13775f993292d032376 (patch) | |
| tree | 8778aa8cfaf1ed6c1409f80bcff779605471b56a /dev-python/matplotlib/matplotlib-3.7.1.ebuild | |
| parent | 8fcd4fe1a6946a93f97264f9b4dbab47d82044ad (diff) | |
| download | gentoo-e85d8b4b561139b29438c13775f993292d032376.tar.gz gentoo-e85d8b4b561139b29438c13775f993292d032376.tar.bz2 gentoo-e85d8b4b561139b29438c13775f993292d032376.zip | |
dev-python/matplotlib: add more baseline fails for hppa
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/matplotlib-3.7.1.ebuild')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.7.1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.7.1.ebuild b/dev-python/matplotlib/matplotlib-3.7.1.ebuild index 6a3b7310439d..135d1b285cf8 100644 --- a/dev-python/matplotlib/matplotlib-3.7.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.7.1.ebuild @@ -267,6 +267,20 @@ python_test() { ;; esac + if use hppa ; then + EPYTEST_IGNORE+=( + tests/test_mathtext.py + ) + + EPYTEST_DESELECT+=( + 'tests/test_quiver.py::test_barbs[png]' + 'tests/test_quiver.py::test_barbs_pivot[png]' + 'tests/test_quiver.py::test_barbs_flip[png]' + 'tests/test_text.py::test_parse_math' + 'tests/test_text.py::test_parse_math_rcparams' + ) + fi + # we need to rebuild mpl against bundled freetype, otherwise # over 1000 tests will fail because of mismatched font rendering grep -v system_freetype "${BUILD_DIR}"/setup.cfg \ |
