SHA256
1
0
forked from pool/python

Accepting request 209702 from openSUSE:Factory:PowerLE

Please submit to factory.
- Ignore uuid testcase in the testsuite, it relies on unreliable
  ifconfig output.

OBS-URL: https://build.opensuse.org/request/show/209702
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=157
This commit is contained in:
Jan Matejek 2014-01-02 13:28:57 +00:00 committed by Git OBS Bridge
parent ea9eb9ef07
commit 87ae076e4e
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 7 02:27:51 UTC 2013 - matz@suse.de
- Ignore uuid testcase in the testsuite, it relies on unreliable
ifconfig output.
-------------------------------------------------------------------
Tue Dec 3 20:03:08 CET 2013 - mls@suse.de

View File

@ -195,6 +195,12 @@ EXCLUDE="$EXCLUDE -x test_asyncore -x test_mmap"
# emulation is unreliable
EXCLUDE="$EXCLUDE -x test_multiprocessing"
%endif
# This test (part of test_uuid) requires real network interfaces
# so that ifconfig output has "HWaddr <something>". Some kvm instances
# don't have any such interface breaking the uuid module test.
EXCLUDE="$EXCLUDE -x test_uuid"
# Limit virtual memory to avoid spurious failures
if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then
ulimit -v 10000000 || :