summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-09 18:06:43 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-09 19:10:47 +0100
commit8f2b0f5c48c89195704d3184c21ed3f103fc8747 (patch)
tree6489d03d12fc5de77c6633e2f6d5c681258f879a /dev-python
parentapp-portage/mgorny-dev-scripts: Bump to 49 (diff)
downloadgentoo-8f2b0f5c48c89195704d3184c21ed3f103fc8747.tar.gz
gentoo-8f2b0f5c48c89195704d3184c21ed3f103fc8747.tar.bz2
gentoo-8f2b0f5c48c89195704d3184c21ed3f103fc8747.zip
dev-python/debugpy: Deselect newly failing tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/debugpy/debugpy-1.8.0.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/debugpy/debugpy-1.8.0.ebuild b/dev-python/debugpy/debugpy-1.8.0.ebuild
index 69bfafef9d4e..71f66c164616 100644
--- a/dev-python/debugpy/debugpy-1.8.0.ebuild
+++ b/dev-python/debugpy/debugpy-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -57,6 +57,10 @@ python_test() {
tests/debugpy/test_gevent.py::test_gevent
tests/debugpy/test_run.py::test_custom_python_args
tests/tests/test_timeline.py::test_occurrences
+ # TODO: random regressions
+ tests/debugpy/test_flask.py::test_flask_breakpoint_multiproc
+ tests/debugpy/test_exception.py::test_raise_exception_options
+ tests/debugpy/test_exception.py::test_vsc_exception_options_raise_without_except
)
local EPYTEST_IGNORE=(
tests/tests/test_vendoring.py