diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-10 08:31:21 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-10 08:31:21 +0000 |
| commit | 73be496af59cba8128ca2187ce8d3a32678ae7bf (patch) | |
| tree | b9fdf829530528e7c53d2d89d3a3df2bf6031440 /dev-python/debugpy | |
| parent | be960d5922cb86defc29f1b80716e83b0d771258 (diff) | |
| download | baldeagleos-repo-73be496af59cba8128ca2187ce8d3a32678ae7bf.tar.gz baldeagleos-repo-73be496af59cba8128ca2187ce8d3a32678ae7bf.tar.xz baldeagleos-repo-73be496af59cba8128ca2187ce8d3a32678ae7bf.zip | |
Adding metadata
Diffstat (limited to 'dev-python/debugpy')
| -rw-r--r-- | dev-python/debugpy/debugpy-1.8.0.ebuild | 6 |
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 bb870a8f2358..619ba2e59029 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 |
