Accepting request 1321650 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1321650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-debugpy?expand=0&rev=23
This commit is contained in:
2025-12-11 17:31:41 +00:00
committed by Git OBS Bridge
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