From e295d422e7a41bbe58c3525cf319647fe262d5b272c3417b3af79c74eb17c175 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 13 Aug 2021 12:10:57 +0000 Subject: [PATCH] Accepting request 911856 from home:Andreas_Schwab:Factory - test_faulthandler is still problematic under qemu linux-user emulation, disable it there OBS-URL: https://build.opensuse.org/request/show/911856 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=14 --- python310.changes | 6 ++++++ python310.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python310.changes b/python310.changes index f22a10f..cd4d254 100644 --- a/python310.changes +++ b/python310.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 12 15:11:39 UTC 2021 - Andreas Schwab + +- test_faulthandler is still problematic under qemu linux-user emulation, + disable it there + ------------------------------------------------------------------- Wed Aug 11 05:57:11 UTC 2021 - Matej Cepl diff --git a/python310.spec b/python310.spec index 44d95a6..42c3e4d 100644 --- a/python310.spec +++ b/python310.spec @@ -1,5 +1,5 @@ # -# spec file for package python310 +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -492,7 +492,7 @@ EXCLUDE="$EXCLUDE test_faulthandler" %endif # some tests break in QEMU %if 0%{?qemu_user_space_build} -EXCLUDE="$EXCLUDE test_multiprocessing_forkserver test_multiprocessing_spawn test_os test_posix test_signal test_socket test_subprocess" +EXCLUDE="$EXCLUDE test_faulthandler test_multiprocessing_forkserver test_multiprocessing_spawn test_os test_posix test_signal test_socket test_subprocess" %endif # This test (part of test_uuid) requires real network interfaces