summaryrefslogtreecommitdiff
path: root/dev-python/pythran/pythran-0.14.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-29 15:34:19 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-10-29 15:34:19 +0000
commit67c78fc4ac5b7eada5a0196fa051b16628dac90c (patch)
treec3f41edf3185d25cbe9a93ad5ed6bb625f661e37 /dev-python/pythran/pythran-0.14.0.ebuild
parent704343381e435b306648a2d85a77a58e34478643 (diff)
gentoo auto-resync : 29:10:2023 - 15:34:19
Diffstat (limited to 'dev-python/pythran/pythran-0.14.0.ebuild')
-rw-r--r--dev-python/pythran/pythran-0.14.0.ebuild7
1 files changed, 1 insertions, 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