- 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:
Matej Cepl 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

@ -10,7 +10,8 @@ Fri Nov 17 17:44:21 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
- Fix invalid file hashes in RECORD of wheels
- Support "restart" in "terminated" event for "attach"{"listen"}
- Use "startDebugging" request for subprocesses
- Remove upstreamed patch setuptools-67.3.0.patch.
- Remove upstreamed patch setuptools-67.3.0.patch
- Skip test test_attach_pid_client (gh#microsoft/debugpy#1462)
-------------------------------------------------------------------
Fri May 19 09:32:55 UTC 2023 - Jiri Srain <jsrain@suse.com>

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