python3Packages.eventlet: disable failing test

This commit is contained in:
Fabián Heredia Montiel 2022-08-07 14:47:22 -05:00
parent fe5b312ec1
commit ea345cd9bc

View File

@ -51,6 +51,7 @@ buildPythonPackage rec {
disabledTests = [
# Tests requires network access
"test_017_ssl_zeroreturnerror"
"test_018b_http_10_keepalive_framing"
"test_getaddrinfo"
"test_hosts_no_network"
"test_leakage_from_tracebacks"