From 2acf7cd603498a4d02b9f0489f0bd59a086f8ad9 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sun, 19 Apr 2026 10:25:40 -0700 Subject: [PATCH] python3Packages.trio-websocket: disable failing test due to race condition on Darwin --- pkgs/development/python-modules/trio-websocket/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/trio-websocket/default.nix b/pkgs/development/python-modules/trio-websocket/default.nix index 544d767cbdf4..876482b7f855 100644 --- a/pkgs/development/python-modules/trio-websocket/default.nix +++ b/pkgs/development/python-modules/trio-websocket/default.nix @@ -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;