From 87ae076e4e6f742c466ccace0ee12f77fc234722be39c07dcd8ff577fa1429a9 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Thu, 2 Jan 2014 13:28:57 +0000 Subject: [PATCH] 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 --- python-base.changes | 6 ++++++ python-base.spec | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/python-base.changes b/python-base.changes index e9d3799..e49a177 100644 --- a/python-base.changes +++ b/python-base.changes @@ -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 diff --git a/python-base.spec b/python-base.spec index aa1d396..afd4125 100644 --- a/python-base.spec +++ b/python-base.spec @@ -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 ". 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 || :