From 82f2fe190c5d75bdf4c4216847144db3e900d41379104ef19552c838e57e7554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 6 Feb 2018 09:03:38 +0000 Subject: [PATCH] Accepting request 573219 from home:michel_mno:branches:devel:languages:python:Factory - exclude test_socket & test_subprocess for PowerPC boo#1078485 (same ref as previous change) OBS-URL: https://build.opensuse.org/request/show/573219 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=223 --- python-base.changes | 6 ++++++ python-base.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-base.changes b/python-base.changes index 4c72346..b8fa10c 100644 --- a/python-base.changes +++ b/python-base.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 5 16:01:59 UTC 2018 - normand@linux.vnet.ibm.com + +- exclude test_socket & test_subprocess for PowerPC boo#1078485 + (same ref as previous change) + ------------------------------------------------------------------- Fri Feb 2 09:21:24 UTC 2018 - normand@linux.vnet.ibm.com diff --git a/python-base.spec b/python-base.spec index 48ed8cc..6f1f89c 100644 --- a/python-base.spec +++ b/python-base.spec @@ -239,7 +239,7 @@ EXCLUDE="$EXCLUDE test_uuid" # bypass boo#1078485 # many flaky tests if osc build in loop on ppc64le %ifarch ppc ppc64 ppc64le -EXCLUDE="$EXCLUDE test_asynchat test_asyncore test_dircache test_multiprocessing test_nntplib test_queue test_signal test_telnetlib test_xmlrpc " +EXCLUDE="$EXCLUDE test_asynchat test_asyncore test_dircache test_multiprocessing test_nntplib test_queue test_signal test_socket test_subprocess test_telnetlib test_xmlrpc " %endif # Limit virtual memory to avoid spurious failures