- 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
This commit is contained in:
Steve Kowalik 2021-11-19 07:49:42 +00:00 committed by Git OBS Bridge
parent 7756af1bd7
commit ca59171edf
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 19 07:48:57 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Skip test__threading_monkey_in_thread as it breaks with Python 3.9.9.
-------------------------------------------------------------------
Thu Jul 8 05:50:58 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -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