commit:     8f2b0f5c48c89195704d3184c21ed3f103fc8747
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  9 17:06:43 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb  9 18:10:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2b0f5c

dev-python/debugpy: Deselect newly failing tests

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/debugpy/debugpy-1.8.0.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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

Reply via email to