From afb0081ba8e17324eeab1273376eb7be9e8d28c6954aa0f2f119c80fd9f1a5e6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 11 May 2023 22:19:52 +0000 Subject: [PATCH] Better skip OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=144 --- python39.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python39.spec b/python39.spec index f36b5f9..fb72097 100644 --- a/python39.spec +++ b/python39.spec @@ -558,7 +558,7 @@ EXCLUDE="$EXCLUDE test_faulthandler test_multiprocessing_forkserver test_multipr # gh#python/cpython#81350 %if 0%{?suse_version} <= 1500 -EXCLUDE="$EXCLUDE test_pyobject_is_freed_free" +EXCLUDE="$EXCLUDE test_capi" %endif # This test (part of test_uuid) requires real network interfaces