python3Packages.trio-websocket: disable test due to race condition (Darwin) (#511502)

This commit is contained in:
Vladimír Čunát
2026-04-21 06:31:35 +00:00
committed by GitHub
@@ -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;