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 || :