From 6438e76544a832488e6764928d23fd76ef431ca979de01a257afe0d059e2e696 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 11 May 2023 21:39:02 +0000 Subject: [PATCH] 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 --- python39.spec | 5 +++++ 1 file changed, 5 insertions(+) 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.