From ca59171edfc3517f294733cf6f41cbcfa9d4dfe5266690b5ecd9e76a8e628d74 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 19 Nov 2021 07:49:42 +0000 Subject: [PATCH] - Skip test__threading_monkey_in_thread as it breaks with Python 3.9.9. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=77 --- python-gevent.changes | 5 +++++ python-gevent.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-gevent.changes b/python-gevent.changes index 4f6f591..5f0d27c 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 19 07:48:57 UTC 2021 - Steve Kowalik + +- Skip test__threading_monkey_in_thread as it breaks with Python 3.9.9. + ------------------------------------------------------------------- Thu Jul 8 05:50:58 UTC 2021 - Antonio Larrosa diff --git a/python-gevent.spec b/python-gevent.spec index 0a113e2..c916b78 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -137,6 +137,8 @@ test_socket.py %if %{python3_version_nodots} < 37 test__threading_2.py %endif +# this fails badly with 3.9.9 +test__threading_monkey_in_thread.py test__examples.py # this one fails occasionally with: Address already in use: ('127.0.0.1', 16000) test__example_portforwarder.py