commit: 7ae1426849b01204b6b2417565138894e57c2597 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Fri Jan 9 07:16:12 2026 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Fri Jan 9 07:27:40 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae14268
dev-python/matplotlib: backport x86 deselects to older releases It was initially reported for the sake of the old version anyway, to unblock a stablereq. Bug: https://bugs.gentoo.org/968122 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-python/matplotlib/matplotlib-3.10.7-r1.ebuild | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dev-python/matplotlib/matplotlib-3.10.7-r1.ebuild b/dev-python/matplotlib/matplotlib-3.10.7-r1.ebuild index 112edf593243..21aadcf459d5 100644 --- a/dev-python/matplotlib/matplotlib-3.10.7-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.10.7-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 @@ -286,6 +286,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
