diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-06 21:53:34 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-06 21:53:34 +0000 |
| commit | 0ced4acaeda93c504362f0379f41580b9eee2341 (patch) | |
| tree | 23fe4b5853bf4624dc209d16e79e2cf42059e8fc /dev-python/matplotlib | |
| parent | f27e224d6b8f301ea3f3011211852bbf200e5d3e (diff) | |
| download | baldeagleos-repo-0ced4acaeda93c504362f0379f41580b9eee2341.tar.gz baldeagleos-repo-0ced4acaeda93c504362f0379f41580b9eee2341.tar.xz baldeagleos-repo-0ced4acaeda93c504362f0379f41580b9eee2341.zip | |
Adding metadata
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 5cdd0a2c4b35..3fce1f68be00 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 |
