forked from pool/python-eventlet
Skip one more test
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=122
This commit is contained in:
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user