Accepting request 1320346 from home:mcalabkova:branches:devel:languages:python

- Delete an extra pytest mark to fix tests with pytest 9

OBS-URL: https://build.opensuse.org/request/show/1320346
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=47
This commit is contained in:
2025-12-09 03:10:36 +00:00
committed by Git OBS Bridge
parent 5715b3bbe5
commit 8dec8c865b
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 27 13:51:04 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Delete an extra pytest mark to fix tests with pytest 9
-------------------------------------------------------------------
Mon Oct 13 09:15:54 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -131,6 +131,9 @@ donttest+=" or test_numpy"
# Skip all attach_pid tests, it fails in OBS enviroment bsc#1219921
donttest+=" or attach_pid"
# fix tests with pytest 9 https://github.com/microsoft/debugpy/issues/1974
sed -i '/launch/d' tests/debugpy/test_flask.py
%pytest_arch -k "not ($donttest)"
%endif