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