From 4c9ece027aa12f9a07e4e72965c227b0f438745bbef23502194f0228a97c02fc Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 2 Jul 2013 08:17:32 +0000 Subject: [PATCH] Accepting request 181629 from home:Andreas_Schwab:Factory - Disable test_multiprocessing in QEmu build OBS-URL: https://build.opensuse.org/request/show/181629 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=145 --- python-base.changes | 5 +++++ python-base.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-base.changes b/python-base.changes index 65729f0..3ba302e 100644 --- a/python-base.changes +++ b/python-base.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 30 21:20:29 UTC 2013 - schwab@suse.de + +- Disable test_multiprocessing in QEmu build + ------------------------------------------------------------------- Wed Jun 5 15:17:51 UTC 2013 - schwab@suse.de diff --git a/python-base.spec b/python-base.spec index 0ab418b..c465bba 100644 --- a/python-base.spec +++ b/python-base.spec @@ -186,6 +186,8 @@ EXCLUDE="$EXCLUDE -x test_unicode" %if 0%{?qemu_user_space_build} # test_asyncore fails because of unimplemented sockopt EXCLUDE="$EXCLUDE -x test_asyncore" +# emulation is unreliable +EXCLUDE="$EXCLUDE -x test_multiprocessing" %endif # Limit virtual memory to avoid spurious failures if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then