diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-10-24 20:23:41 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-10-24 20:23:41 +0000 |
| commit | 4bbe50f2a6a056f7fab3870c02685bf5172fe115 (patch) | |
| tree | cf828687d7b10ff2dcd8abf6cc849b1bffb1fda1 /dev-python/pydevd | |
| parent | da22eecb9a6667b405ae4406923c6611f4a2dca0 (diff) | |
| download | baldeagleos-repo-4bbe50f2a6a056f7fab3870c02685bf5172fe115.tar.gz baldeagleos-repo-4bbe50f2a6a056f7fab3870c02685bf5172fe115.tar.xz baldeagleos-repo-4bbe50f2a6a056f7fab3870c02685bf5172fe115.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pydevd')
| -rw-r--r-- | dev-python/pydevd/pydevd-2.10.0.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/pydevd/pydevd-2.10.0.ebuild b/dev-python/pydevd/pydevd-2.10.0.ebuild index ecab4882df3e..5b6e788a5f06 100644 --- a/dev-python/pydevd/pydevd-2.10.0.ebuild +++ b/dev-python/pydevd/pydevd-2.10.0.ebuild @@ -105,6 +105,18 @@ python_test() { tests_python/test_debugger_json.py::test_pandas ) + case ${EPYTHON} in + python3.12) + EPYTEST_DESELECT+=( + tests_python/test_debugger_json.py::test_case_stop_async_iteration_exception + 'tests_python/test_debugger.py::test_case_handled_and_unhandled_exception_generator[False-_debugger_case_unhandled_exceptions_listcomp.py]' + 'tests_python/test_debugger_json.py::test_case_unhandled_exception_generator[_debugger_case_unhandled_exceptions_listcomp.py]' + tests_python/test_debugger.py::test_case_13 + tests_python/test_debugger_json.py::test_function_breakpoints_async + ) + ;; + esac + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 # this is only used to compare against getpid() to detect that xdist # is being used |
