commit: 6355c429bb867c50bf0cf7826a81158ca6e39dae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 5 14:59:01 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 5 14:59:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6355c429
dev-python/pydevd: Deselect flaky test
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pydevd/pydevd-3.1.0-r1.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-python/pydevd/pydevd-3.1.0-r1.ebuild
b/dev-python/pydevd/pydevd-3.1.0-r1.ebuild
index b4b1cd642945..4315a5bb2904 100644
--- a/dev-python/pydevd/pydevd-3.1.0-r1.ebuild
+++ b/dev-python/pydevd/pydevd-3.1.0-r1.ebuild
@@ -118,6 +118,12 @@ python_test() {
tests_python/test_debugger.py::test_remote_debugger_threads
)
;;
+ python3.12)
+ EPYTEST_DESELECT+=(
+ # flaky
+
tests_python/test_debugger_json.py::test_step_next_step_in_multi_threads
+ )
+ ;;
esac
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1