Accepting request 1085861 from devel:languages:python:Factory

OBS-URL: https://build.opensuse.org/request/show/1085861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python39?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2023-06-03 22:12:18 +00:00 committed by Git OBS Bridge
commit ac33b94579

View File

@ -556,11 +556,6 @@ EXCLUDE="$EXCLUDE test_faulthandler"
EXCLUDE="$EXCLUDE test_faulthandler 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 %endif
# gh#python/cpython#81350
%if 0%{?suse_version} <= 1500
EXCLUDE="$EXCLUDE test_capi"
%endif
# This test (part of test_uuid) requires real network interfaces # This test (part of test_uuid) requires real network interfaces
# so that ifconfig output has "HWaddr <something>". Some kvm instances # so that ifconfig output has "HWaddr <something>". Some kvm instances
# done have any such interface breaking the uuid module. # done have any such interface breaking the uuid module.