Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-debugpy for openSUSE:Factory checked in at 2024-01-30 18:23:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-debugpy (Old) and /work/SRC/openSUSE:Factory/.python-debugpy.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-debugpy" Tue Jan 30 18:23:56 2024 rev:14 rq:1142263 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-debugpy/python-debugpy.changes 2023-12-06 23:48:06.346995136 +0100 +++ /work/SRC/openSUSE:Factory/.python-debugpy.new.1815/python-debugpy.changes 2024-01-30 18:23:57.826800617 +0100 @@ -1,0 +2,5 @@ +Mon Jan 29 12:57:18 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com> + +- Disable broken tests in s390x, bsc#1217019 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-debugpy.spec ++++++ --- /var/tmp/diff_new_pack.xs0Pus/_old 2024-01-30 18:23:58.710832509 +0100 +++ /var/tmp/diff_new_pack.xs0Pus/_new 2024-01-30 18:23:58.710832509 +0100 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-debugpy # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -120,6 +120,13 @@ rm -v tests/debugpy/test_exception.py tests/debugpy/test_django.py # gh#microsoft/debugpy#1462 donttest="$donttest or test_attach_pid_client" + +# Disable broken tests in s390x, bsc#1217019 +%ifarch s390x +sed -i "s/timeout=30/timeout=60/g" pytest.ini +donttest+=" or test_attach_api or test_reattach or test_break_api or test_set_variable or test_unicode or test_debugpySystemInfo or test_debug_this_thread or test_tracing" +%endif + %pytest_arch -k "not ($donttest)" %endif