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