dev-python/scipy: Enable py3.13

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-06-27 21:09:01 +02:00
parent c90a5b6a2e
commit e8dc21026f

View File

@@ -6,7 +6,7 @@ EAPI=8
FORTRAN_NEEDED=fortran
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=meson-python
PYTHON_COMPAT=( pypy3 python3_{10..12} )
PYTHON_COMPAT=( pypy3 python3_{10..13} )
PYTHON_REQ_USE="threads(+)"
inherit flag-o-matic fortran-2 distutils-r1
@@ -160,6 +160,12 @@ python_test() {
scipy/optimize/tests/test_hessian_update_strategy.py::TestHessianUpdateStrategy::test_initialize_catch_illegal
)
;;
python3.13)
EPYTEST_DESELECT+=(
# docstring formatting
scipy/misc/tests/test_doccer.py::test_decorator
)
;;
esac
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1