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
This commit is contained in:
parent
143e377b2e
commit
1e1de10cdd
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 2 13:12:04 UTC 2021 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
- Exclude test_capi on Leap (test fails there)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 21 15:13:59 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -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 || :
|
||||
|
Loading…
Reference in New Issue
Block a user