commit: 733beeadc8d203d00e0d37882d72f4c0089d2e5b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 11:05:59 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 11:10:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733beead
dev-python/pythran: Reenable more tests on py3.12
Reenable more tests on Python 3.12 now that the cblas issue is fixed.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pythran/pythran-0.14.0.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/dev-python/pythran/pythran-0.14.0.ebuild
b/dev-python/pythran/pythran-0.14.0.ebuild
index 8ae4f640ebee..942425ac89a7 100644
--- a/dev-python/pythran/pythran-0.14.0.ebuild
+++ b/dev-python/pythran/pythran-0.14.0.ebuild
@@ -79,13 +79,8 @@ python_test() {
case ${EPYTHON} in
python3.12)
EPYTEST_DESELECT+=(
-
pythran/tests/test_cases.py::TestCases::test_convnet_run0
-
pythran/tests/test_advanced.py::TestAdvanced::test_matmul_operator
+ # requires numpy.distutils
pythran/tests/test_distutils.py::TestDistutils::test_setup_{b,s}dist_install3
-
pythran/tests/test_cases.py::TestCases::test_euclidean_distance_square_run0
-
pythran/tests/test_numpy_func2.py::TestNumpyFunc2::test_matrix_power{0..2}
-
pythran/tests/test_numpy_func3.py::TestNumpyFunc3::test_dot{5,7,9,11,12b,13,14b}
-
pythran/tests/test_numpy_func3.py::TestNumpyFunc3::test_dot{15..23}
)
;;
esac