python312Packages.eventlet: disable flaky test (#357311)
This commit is contained in:
@@ -68,6 +68,8 @@ buildPythonPackage rec {
|
||||
# Tests requires network access
|
||||
"test_getaddrinfo"
|
||||
"test_hosts_no_network"
|
||||
# flaky test, depends on builder performance
|
||||
"test_server_connection_timeout_exception"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "eventlet" ];
|
||||
|
||||
Reference in New Issue
Block a user