commit:     1e2f67311741846fb5752f357a2f5e428f0e4e14
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 14:30:42 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 15:38:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2f6731

dev-python/matplotlib: Add deselects for more platforms

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/matplotlib/matplotlib-3.10.1.ebuild | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/dev-python/matplotlib/matplotlib-3.10.1.ebuild 
b/dev-python/matplotlib/matplotlib-3.10.1.ebuild
index ed48cf77762a..67bfed8e298a 100644
--- a/dev-python/matplotlib/matplotlib-3.10.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.10.1.ebuild
@@ -261,7 +261,20 @@ python_test() {
                                'tests/test_text.py::test_parse_math'
                                'tests/test_text.py::test_parse_math_rcparams'
                        )
-                       ;&
+                       ;;
+               arm)
+                       EPYTEST_DESELECT+=(
+                               
tests/test_backend_ps.py::test_savefig_to_stringio
+                               # too large for 32-bit platforms
+                               'tests/test_axes.py::test_psd_csd[png]'
+                       )
+                       ;;
+               sparc64)
+                       EPYTEST_DESELECT+=(
+                               
tests/test_backend_pgf.py::test_pdf_pages_metadata_check
+                               
tests/test_backend_pgf.py::test_minus_signs_with_tex
+                       )
+                       ;;
                alpha|arm|m68k|o32|ppc|s390|sh|sparc|x86)
                        EPYTEST_DESELECT+=(
                                # too large for 32-bit platforms

Reply via email to