From b9dca2b28c4c6390b333ec381e3b05574c8ab3a9777ee9dcb710817558b6acb9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 17 Nov 2023 18:54:53 +0000 Subject: [PATCH] - 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 --- python-debugpy.changes | 3 ++- python-debugpy.spec | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/python-debugpy.changes b/python-debugpy.changes index 90d1bbd..97292b8 100644 --- a/python-debugpy.changes +++ b/python-debugpy.changes @@ -10,7 +10,8 @@ Fri Nov 17 17:44:21 UTC 2023 - Matej Cepl - 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 diff --git a/python-debugpy.spec b/python-debugpy.spec index 5148dbc..7e34049 100644 --- a/python-debugpy.spec +++ b/python-debugpy.spec @@ -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