diff options
Diffstat (limited to 'dev-python/numpy')
| -rw-r--r-- | dev-python/numpy/numpy-2.0.0_rc2.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-python/numpy/numpy-2.0.0_rc2.ebuild b/dev-python/numpy/numpy-2.0.0_rc2.ebuild index fa325243e1ec..1d59eed72f62 100644 --- a/dev-python/numpy/numpy-2.0.0_rc2.ebuild +++ b/dev-python/numpy/numpy-2.0.0_rc2.ebuild @@ -149,6 +149,15 @@ python_test() { ;; esac + case ${EPYTHON} in + python3.13) + EPYTEST_DESELECT+=( + _core/tests/test_nditer.py::test_iter_refcount + _core/tests/test_limited_api.py::test_limited_api + ) + ;; + esac + if ! has_version -b "~${CATEGORY}/${P}[${PYTHON_USEDEP}]" ; then # depends on importing numpy.random from system namespace EPYTEST_DESELECT+=( |
