diff options
Diffstat (limited to 'dev-python/ipython')
| -rw-r--r-- | dev-python/ipython/ipython-8.33.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/ipython/ipython-9.0.1.ebuild | 19 |
2 files changed, 5 insertions, 16 deletions
diff --git a/dev-python/ipython/ipython-8.33.0.ebuild b/dev-python/ipython/ipython-8.33.0.ebuild index d702a15e6661..773c2cef31af 100644 --- a/dev-python/ipython/ipython-8.33.0.ebuild +++ b/dev-python/ipython/ipython-8.33.0.ebuild @@ -103,7 +103,7 @@ python_test() { ) case ${EPYTHON} in - pypy3) + pypy3*) EPYTEST_DESELECT+=( # https://github.com/ipython/ipython/issues/14244 IPython/lib/tests/test_display.py::TestAudioDataWithoutNumpy diff --git a/dev-python/ipython/ipython-9.0.1.ebuild b/dev-python/ipython/ipython-9.0.1.ebuild index 4429881b36f8..21775e8cb04a 100644 --- a/dev-python/ipython/ipython-9.0.1.ebuild +++ b/dev-python/ipython/ipython-9.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) PYTHON_REQ_USE='readline(+),sqlite,threads(+)' inherit distutils-r1 optfeature pypi virtualx @@ -93,24 +93,13 @@ src_test() { python_test() { local -x IPYTHON_TESTING_TIMEOUT_SCALE=20 - local EPYTEST_DESELECT=( - # TODO: looks to be a regression due to a newer dep - IPython/core/tests/test_oinspect.py::test_class_signature - IPython/core/tests/test_oinspect.py::test_render_signature_long - IPython/terminal/tests/test_shortcuts.py::test_modify_shortcut_with_filters - ) + local EPYTEST_DESELECT=() case ${EPYTHON} in - pypy3) + pypy3*) EPYTEST_DESELECT+=( # https://github.com/ipython/ipython/issues/14244 - IPython/lib/tests/test_display.py::TestAudioDataWithoutNumpy - ) - ;; - python3.13) - EPYTEST_DESELECT+=( - # docstring mismatch? - IPython/core/tests/test_debugger.py::IPython.core.tests.test_debugger.test_ipdb_magics + tests/test_display.py::TestAudioDataWithoutNumpy ) ;; esac |
