forked from pool/python-debugpy
- 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user