commit:     9158462064848e5569310c567d0ff0334bd6e509
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 29 03:17:52 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Dec 29 04:34:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91584620

dev-python/pythran: sync test skips for newer numpy / gcc to stable versions

Adding only to versions bumped for py3.14, means existing stablereqs
languish.

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-python/pythran/pythran-0.17.0-r2.ebuild | 14 ++++++++++++++
 dev-python/pythran/pythran-0.18.0.ebuild    | 14 ++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/pythran/pythran-0.17.0-r2.ebuild 
b/dev-python/pythran/pythran-0.17.0-r2.ebuild
index 7f700dd9a359..cf0bcac60406 100644
--- a/dev-python/pythran/pythran-0.17.0-r2.ebuild
+++ b/dev-python/pythran/pythran-0.17.0-r2.ebuild
@@ -74,6 +74,20 @@ python_test() {
                # multiple extra deps (meson, openblas)
                # also broken on pypy3*
                pythran/tests/test_distutils.py::TestMeson::test_meson_build
+
+               # newer numpy version?
+               
pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_fromstring0
+               
pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_fromstring1
+               pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_ndindex1
+               pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_ndindex2
+               pythran/tests/test_ndarray.py::TestNdarray::test_ndarray_bool
+               pythran/tests/test_xdoc.py::TestDoctest::test_tutorial
+               pythran/tests/test_xdoc.py::TestDoctest::test_utils
+               
pythran/tests/test_numpy_random.py::TestNumpyRandom::test_numpy_random_bytes1
+
+               # newer gcc?
+               
pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_ndenumerate0
+               
pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_ndenumerate1
        )
 
        case ${ARCH} in

diff --git a/dev-python/pythran/pythran-0.18.0.ebuild 
b/dev-python/pythran/pythran-0.18.0.ebuild
index 6fbb9293cc7b..e4e5cc9d26d5 100644
--- a/dev-python/pythran/pythran-0.18.0.ebuild
+++ b/dev-python/pythran/pythran-0.18.0.ebuild
@@ -74,6 +74,20 @@ python_test() {
                # multiple extra deps (meson, openblas)
                # also broken on pypy3*
                pythran/tests/test_distutils.py::TestMeson::test_meson_build
+
+               # newer numpy version?
+               
pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_fromstring0
+               
pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_fromstring1
+               pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_ndindex1
+               pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_ndindex2
+               pythran/tests/test_ndarray.py::TestNdarray::test_ndarray_bool
+               pythran/tests/test_xdoc.py::TestDoctest::test_tutorial
+               pythran/tests/test_xdoc.py::TestDoctest::test_utils
+               
pythran/tests/test_numpy_random.py::TestNumpyRandom::test_numpy_random_bytes1
+
+               # newer gcc?
+               
pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_ndenumerate0
+               
pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_ndenumerate1
        )
 
        case ${ARCH} in

Reply via email to