diff --git a/python39.spec b/python39.spec index 8785262..f36b5f9 100644 --- a/python39.spec +++ b/python39.spec @@ -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" %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 # so that ifconfig output has "HWaddr ". Some kvm instances # done have any such interface breaking the uuid module.