15
0

- Remove upstreamed patch setuptools-67.3.0.patch

- Skip test test_attach_pid_client (gh#microsoft/debugpy#1462)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=22
This commit is contained in:
2023-11-17 18:54:53 +00:00
committed by Git OBS Bridge
parent 63a3d9acfd
commit b9dca2b28c
2 changed files with 4 additions and 1 deletions

View File

@@ -120,6 +120,8 @@ donttest="test_custom_python_args"
# python 3.11 failures
donttest="$donttest or test_redirect_output or test_with_no_output or test_systemexit or test_exceptions_and_partial_exclude_rules or test_exception_stack or test_flask_template_exception_no_multiproc or test_flask_exception_no_multiproc or test_gevent"
rm -v tests/debugpy/test_exception.py tests/debugpy/test_django.py
# gh#microsoft/debugpy#1462
donttest="$donttest or test_attach_pid_client"
%pytest_arch -k "not ($donttest)"
%endif