14
0
2024-10-23 23:57:55 +00:00
committed by Git OBS Bridge
parent e08958cdb7
commit 64bf7232be

View File

@@ -87,10 +87,11 @@ skiptests+=" or test_018b_http_10_keepalive_framing"
skiptests+=" or test_raise_dns_tcp"
# gh#eventlet/eventlet#821 bsc#1216858
skiptests+=" or test_full_duplex"
# gh#eventlet/eventlet#987
skiptests+=" or test_send_timeout"
# gh#eventlet/eventlet#662 (hopefully temporary until debugging with 3.13 finishes)
skiptests+=" or test_threading_condition or test_threading_join or test_socketserver_selectors or test_threading_current or test_threadpoolexecutor"
# https://github.com/eventlet/eventlet/issues/739
python313_skiptests+=" or test_threading_condition or test_threading_join or test_socketserver_selectors or test_threading_current or test_threadpoolexecutor"
# gh#eventlet/eventlet#739
python310_skiptests+=" or test_017_ssl_zeroreturnerror"
%pytest -k "not ($skiptests ${$python_skiptests})" ${$python_pytest_param}