15
0

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
This commit is contained in:
2024-02-15 17:40:40 +00:00
committed by Git OBS Bridge
parent 03cd85c1b5
commit b117302b64
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 15 16:18:57 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Skip attach_pid tests that fails in OBS run environment bsc#1219921
-------------------------------------------------------------------
Wed Feb 14 11:05:55 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -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