15
0
forked from pool/python-gevent

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

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