From 956326cdf6e435eaa247f6d1de51fb6533a331630283b28e8a1835cc00e1d0b9 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 9 Jun 2023 08:09:45 +0000 Subject: [PATCH] - skip test__util.py in s390x arch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=95 --- python-gevent.changes | 5 +++++ python-gevent.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/python-gevent.changes b/python-gevent.changes index 2716c6e..024f690 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 9 08:08:57 UTC 2023 - Daniel Garcia + +- skip test__util.py in s390x arch + ------------------------------------------------------------------- Thu Jun 1 07:05:01 UTC 2023 - Dirk Müller diff --git a/python-gevent.spec b/python-gevent.spec index d28cb5a..99a79d8 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -150,6 +150,10 @@ test__getaddrinfo_import.py test__resolver_dnspython.py test__socket_dns.py test__issue1686.py +# Flaky tests in s390x architecture +%ifarch s390x +test__util.py +%endif EOF if [ %{$python_version_nodots} -lt 37 ]; then echo "test__threading_2.py" >> skip_tests.txt