commit: 2eaeacfb4ae204357c5f41af6dcd72cad46d9d65 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 16 11:40:30 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 16 16:59:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eaeacfb
dev-python/scipy: Enable pypy3.11 Closes: https://bugs.gentoo.org/951035 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/scipy/scipy-1.15.2.ebuild | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/dev-python/scipy/scipy-1.15.2.ebuild b/dev-python/scipy/scipy-1.15.2.ebuild index b251b6e6687f..d619e7216687 100644 --- a/dev-python/scipy/scipy-1.15.2.ebuild +++ b/dev-python/scipy/scipy-1.15.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 FORTRAN_NEEDED=fortran DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=meson-python -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) PYTHON_REQ_USE="threads(+)" inherit flag-o-matic fortran-2 distutils-r1 @@ -142,18 +142,10 @@ python_test() { fi case ${EPYTHON} in - pypy3) + pypy3*) EPYTEST_DESELECT+=( - # fd leaks in tests - # https://github.com/scipy/scipy/issues/19553 - scipy/fft/_pocketfft/tests/test_real_transforms.py # TODO 'scipy/special/tests/test_data.py::test_boost[<Data for expi: expinti_data_long_ipp-expinti_data_long>]' - # missing dict.__ror__ - # https://github.com/pypy/pypy/issues/4934 - 'scipy/sparse/tests/test_dok.py::test_dunder_ror[dok_matrix]' - # mismatched exception message - scipy/optimize/tests/test_hessian_update_strategy.py::TestHessianUpdateStrategy::test_initialize_catch_illegal ) ;; esac
