commit: c14dd96813223577dc89d09f9dc81dd512055dec Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jun 5 14:52:27 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jun 5 14:54:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14dd968
dev-python/pydevd: Remove py3.10 support, it doesn't compile Closes: https://bugs.gentoo.org/933602 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pydevd/pydevd-3.1.0-r1.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/pydevd/pydevd-3.1.0-r1.ebuild b/dev-python/pydevd/pydevd-3.1.0-r1.ebuild index 42e4036ae60c..b4b1cd642945 100644 --- a/dev-python/pydevd/pydevd-3.1.0-r1.ebuild +++ b/dev-python/pydevd/pydevd-3.1.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit distutils-r1 toolchain-funcs @@ -112,13 +112,9 @@ python_test() { ) case ${EPYTHON} in - python3.10) - EPYTEST_DESELECT+=( - tests_python/test_debugger.py::test_frame_eval_limitations - ) - ;& python3.11) EPYTEST_DESELECT+=( + tests_python/test_debugger.py::test_frame_eval_limitations tests_python/test_debugger.py::test_remote_debugger_threads ) ;;
