summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-19 15:30:42 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-19 16:38:15 +0100
commit1e2f67311741846fb5752f357a2f5e428f0e4e14 (patch)
tree1779262288a889abe5fde48f7c8e91dcfbe89a0e /dev-python/matplotlib
parentaa6373e58d8d4ffa5b9cb5c740d6984b86da15e1 (diff)
downloadgentoo-1e2f67311741846fb5752f357a2f5e428f0e4e14.tar.gz
gentoo-1e2f67311741846fb5752f357a2f5e428f0e4e14.tar.bz2
gentoo-1e2f67311741846fb5752f357a2f5e428f0e4e14.zip
dev-python/matplotlib: Add deselects for more platforms
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/matplotlib-3.10.1.ebuild15
1 files changed, 14 insertions, 1 deletions
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