python3Packages.trio-websocket: disable failing test due to race condition on Darwin

This commit is contained in:
Sarah Clark
2026-04-20 11:06:23 -07:00
parent 5affd239b8
commit 2acf7cd603
@@ -55,6 +55,9 @@ buildPythonPackage rec {
"test_server_close_timeout"
"test_server_handler_exit"
"test_server_open_timeout"
# Race condition
# https://github.com/python-trio/trio-websocket/issues/202
"test_open_websocket_internal_exc"
];
__darwinAllowLocalNetworking = true;