From 4bbe50f2a6a056f7fab3870c02685bf5172fe115 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 24 Oct 2023 20:23:41 +0000 Subject: Adding metadata --- dev-python/debugpy/debugpy-1.8.0.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'dev-python/debugpy') 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" } -- cgit v1.3.1