mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/matplotlib: Skip failing tests on x86
Closes: https://bugs.gentoo.org/968122 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user