diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-01-06 11:34:25 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-01-06 11:35:02 +0100 |
| commit | b7ddc4b8758f3f77d06231652d4fe13af76f2e45 (patch) | |
| tree | 28e97340a853819c652bf4278d483d5ca2d43c20 /dev-python/matplotlib | |
| parent | 7b5b01a59a4098be51b5fcaf790be4287dc28a9a (diff) | |
| download | gentoo-b7ddc4b8758f3f77d06231652d4fe13af76f2e45.tar.gz gentoo-b7ddc4b8758f3f77d06231652d4fe13af76f2e45.tar.bz2 gentoo-b7ddc4b8758f3f77d06231652d4fe13af76f2e45.zip | |
dev-python/matplotlib: Skip failing tests on x86
Closes: https://bugs.gentoo.org/968122
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.10.8-r1.ebuild | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.10.8-r1.ebuild b/dev-python/matplotlib/matplotlib-3.10.8-r1.ebuild index 2160f6ce33b0..2d5fd682a1c8 100644 --- a/dev-python/matplotlib/matplotlib-3.10.8-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.10.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -288,6 +288,17 @@ python_test() { tests/test_backend_pgf.py::test_minus_signs_with_tex ) ;; + x86) + EPYTEST_DESELECT+=( + 'tests/test_tightlayout.py::test_tight_layout2[png]' + 'tests/test_patches.py::test_wedge_range[pdf]' + 'tests/test_tightlayout.py::test_tight_layout3[png]' + 'tests/test_quiver.py::test_barbs[png]' + 'tests/test_axes.py::test_fill_between_interpolate_decreasing[png]' + # too large for 32-bit platforms + 'tests/test_axes.py::test_psd_csd[png]' + ) + ;; alpha|arm|m68k|o32|ppc|s390|sh|sparc|x86) EPYTEST_DESELECT+=( # too large for 32-bit platforms |
