commit:     0327feeaa2e6f499ff186228d3bee56ca4124fcd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  6 13:58:00 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 14:14:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0327feea

dev-python/astroid: Deselect tests failing with numpy-2

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

 dev-python/astroid/astroid-3.2.2.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-python/astroid/astroid-3.2.2.ebuild 
b/dev-python/astroid/astroid-3.2.2.ebuild
index 84488dfc368a..791c68302437 100644
--- a/dev-python/astroid/astroid-3.2.2.ebuild
+++ b/dev-python/astroid/astroid-3.2.2.ebuild
@@ -33,7 +33,6 @@ BDEPEND="
        dev-python/setuptools-scm[${PYTHON_USEDEP}]
        test? (
                dev-python/attrs[${PYTHON_USEDEP}]
-               <dev-python/numpy-2[${PYTHON_USEDEP}]
                >=dev-python/numpy-1.17.0[${PYTHON_USEDEP}]
                dev-python/python-dateutil[${PYTHON_USEDEP}]
                $(python_gen_cond_dep '
@@ -59,6 +58,14 @@ python_test() {
                tests/test_nodes.py::AsStringTest::test_recursion_error_trapped
                # TODO
                
tests/test_builder.py::BuilderTest::test_data_build_error_filename
+               # numpy-2
+               
tests/brain/numpy/test_core_einsumfunc.py::test_numpy_function_calls_inferred_as_ndarray
+               
tests/brain/numpy/test_core_fromnumeric.py::BrainNumpyCoreFromNumericTest::test_numpy_function_calls_inferred_as_ndarray
+               
tests/brain/numpy/test_core_multiarray.py::BrainNumpyCoreMultiarrayTest::test_numpy_function_calls_inferred_as_ndarray
+               
tests/brain/numpy/test_core_numerictypes.py::NumpyBrainCoreNumericTypesTest::test_datetime_astype_return
+               
tests/brain/numpy/test_core_numerictypes.py::NumpyBrainCoreNumericTypesTest::test_generic_types_are_subscriptables
+               
tests/brain/numpy/test_core_umath.py::NumpyBrainCoreUmathTest::test_numpy_core_umath_functions_return_type
+               
tests/brain/numpy/test_core_umath.py::NumpyBrainCoreUmathTest::test_numpy_core_umath_functions_return_type_tuple
        )
 
        case ${EPYTHON} in

Reply via email to