python3Packages.eventlet: disable failing test

This commit is contained in:
Martin Weinelt
2026-07-12 21:53:10 +02:00
parent 888be46e0c
commit 800fcf581f

View File

@@ -73,6 +73,8 @@ buildPythonPackage rec {
"test_ssl_close"
# flaky test
"test_send_timeout"
# greenlet 3.5.1 compat issue
"test_patcher_existing_logging_module_lock"
];
pythonImportsCheck = [ "eventlet" ];