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