From b117302b64ff57bfeba0e923b3f622d7711a61e26d6e77177f237ce9a847e4ee Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 15 Feb 2024 17:40:40 +0000 Subject: [PATCH] Accepting request 1146921 from home:dgarcia:staging - Skip attach_pid tests that fails in OBS run environment bsc#1219921 OBS-URL: https://build.opensuse.org/request/show/1146921 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=31 --- python-debugpy.changes | 5 +++++ python-debugpy.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-debugpy.changes b/python-debugpy.changes index 4c6568c..041cf24 100644 --- a/python-debugpy.changes +++ b/python-debugpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 15 16:18:57 UTC 2024 - Daniel Garcia + +- Skip attach_pid tests that fails in OBS run environment bsc#1219921 + ------------------------------------------------------------------- Wed Feb 14 11:05:55 UTC 2024 - Daniel Garcia diff --git a/python-debugpy.spec b/python-debugpy.spec index 5851033..98f36a1 100644 --- a/python-debugpy.spec +++ b/python-debugpy.spec @@ -129,6 +129,8 @@ donttest+=" or test_attach_api or test_reattach or test_break_api or test_set_va # Do not have numpy dependency donttest+=" or test_numpy" +# Skip all attach_pid tests, it fails in OBS enviroment bsc#1219921 +donttest+=" or attach_pid" %pytest_arch -k "not ($donttest)" %endif