From 5caf918e2db5be07359670fa2981a3fa87f6e2e2093cc8ed7286741eb460b647 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sat, 3 Jun 2023 22:12:18 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/python39 revision 45 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=a9aabc5a68c4f79fdac630f1f71e3f73 --- python39.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python39.spec b/python39.spec index fb72097..8785262 100644 --- a/python39.spec +++ b/python39.spec @@ -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" %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 # so that ifconfig output has "HWaddr ". Some kvm instances # done have any such interface breaking the uuid module.