summaryrefslogtreecommitdiff
path: root/dev-python/debugpy
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/debugpy')
-rw-r--r--dev-python/debugpy/debugpy-1.8.0.ebuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-python/debugpy/debugpy-1.8.0.ebuild b/dev-python/debugpy/debugpy-1.8.0.ebuild
index 253674b7d554..4d2f9403c4d7 100644
--- a/dev-python/debugpy/debugpy-1.8.0.ebuild
+++ b/dev-python/debugpy/debugpy-1.8.0.ebuild
@@ -61,6 +61,15 @@ python_test() {
local EPYTEST_IGNORE=(
tests/tests/test_vendoring.py
)
+
+ case ${EPYTHON} in
+ python3.12)
+ EPYTEST_DESELECT+=(
+ tests/debugpy/test_flask.py
+ )
+ ;;
+ esac
+
epytest -p timeout -p xdist -n "$(makeopts_jobs)" --dist=worksteal \
-k "not attach_pid"
}