diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-10-29 12:05:59 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-10-29 12:10:05 +0100 |
| commit | 733beeadc8d203d00e0d37882d72f4c0089d2e5b (patch) | |
| tree | 3305e869bb60502f8f836d7bbd1e126e71148e81 /dev-python | |
| parent | 3d911ec924f27c16e092f8d43cdf64a33c2c09f7 (diff) | |
| download | gentoo-733beeadc8d203d00e0d37882d72f4c0089d2e5b.tar.gz gentoo-733beeadc8d203d00e0d37882d72f4c0089d2e5b.tar.bz2 gentoo-733beeadc8d203d00e0d37882d72f4c0089d2e5b.zip | |
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@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pythran/pythran-0.14.0.ebuild | 7 |
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 |
