Skip test_pyobject_is_freed_free on SLE-15

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=143
This commit is contained in:
Matej Cepl 2023-05-11 21:39:02 +00:00 committed by Git OBS Bridge
parent 1079252656
commit 6438e76544

View File

@ -556,6 +556,11 @@ 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_pyobject_is_freed_free"
%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.