From 1e1de10cdda414029574033b00a060389db04c57bffabba68391391bfdd03f2c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 3 Jun 2021 12:22:24 +0000 Subject: [PATCH] Accepting request 896921 from home:dancermak:branches:devel:languages:python:Factory Exclude test_capi on Leap (test fails there) OBS-URL: https://build.opensuse.org/request/show/896921 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=69 --- python39.changes | 5 +++++ python39.spec | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/python39.changes b/python39.changes index 4ee00ff..cd17c25 100644 --- a/python39.changes +++ b/python39.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 2 13:12:04 UTC 2021 - Dan Čermák + +- Exclude test_capi on Leap (test fails there) + ------------------------------------------------------------------- Fri May 21 15:13:59 UTC 2021 - Matej Cepl diff --git a/python39.spec b/python39.spec index 7b1d16e..5bd3037 100644 --- a/python39.spec +++ b/python39.spec @@ -498,6 +498,11 @@ EXCLUDE="$EXCLUDE test_multiprocessing_forkserver test_multiprocessing_spawn tes # done have any such interface breaking the uuid module. EXCLUDE="$EXCLUDE test_uuid" +# EXCLUDE test_capi bpo#37169 for Leap <= 15.3 +%if 0%{?sle_version} <= 150300 +EXCLUDE="$EXCLUDE test_capi" +%endif + # Limit virtual memory to avoid spurious failures if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then ulimit -v 10000000 || :