diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-27 07:13:34 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-27 07:13:34 +0000 |
| commit | d4bba7d795bd4f564b5dac537baaab050b31e7c4 (patch) | |
| tree | 464c2f27238613c69a3bc617e155a8e639bb44d7 /dev-python/ipython/ipython-9.8.0.ebuild | |
| parent | eb06e48bb677314c2f4d02cac7392a7eb04d6371 (diff) | |
| download | baldeagleos-repo-d4bba7d795bd4f564b5dac537baaab050b31e7c4.tar.gz baldeagleos-repo-d4bba7d795bd4f564b5dac537baaab050b31e7c4.tar.xz baldeagleos-repo-d4bba7d795bd4f564b5dac537baaab050b31e7c4.zip | |
Adding metadata
Diffstat (limited to 'dev-python/ipython/ipython-9.8.0.ebuild')
| -rw-r--r-- | dev-python/ipython/ipython-9.8.0.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dev-python/ipython/ipython-9.8.0.ebuild b/dev-python/ipython/ipython-9.8.0.ebuild index 3fbbc42c3929..6aee855c5cda 100644 --- a/dev-python/ipython/ipython-9.8.0.ebuild +++ b/dev-python/ipython/ipython-9.8.0.ebuild @@ -8,7 +8,7 @@ PYPI_VERIFY_REPO=https://github.com/ipython/ipython PYTHON_COMPAT=( python3_{10..14} ) PYTHON_REQ_USE='readline(+),sqlite,threads(+)' -inherit distutils-r1 optfeature pypi virtualx +inherit distutils-r1 optfeature toolchain-funcs pypi virtualx DESCRIPTION="Advanced interactive shell for Python" HOMEPAGE=" @@ -108,6 +108,15 @@ python_test() { ;; esac + if [[ $(tc-get-ptr-size) == 4 ]] ; then + EPYTEST_DESELECT+=( + # https://github.com/ipython/ipython/issues/15107 + IPython/extensions/ipython_tests/test_deduperreload.py::DecoratorPatchingSuite::test_function_decorator_from_other_module + IPython/extensions/ipython_tests/test_deduperreload.py::DecoratorPatchingSuite::test_function_decorators + IPython/extensions/tests/test_deduperreload.py::DecoratorPatchingSuite::test_method_decorator + ) + fi + # nonfatal implied by virtx nonfatal epytest || die "Tests failed on ${EPYTHON}" } |
