Loading pkgs/development/python-modules/trio-websocket/default.nix +14 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitHub , exceptiongroup Loading Loading @@ -33,6 +34,19 @@ buildPythonPackage rec { trustme ]; disabledTests = lib.optionals stdenv.isDarwin [ # Failed: DID NOT RAISE <class 'ValueError'> "test_finalization_dropped_exception" # Timing related "test_client_close_timeout" "test_cm_exit_with_pending_messages" "test_server_close_timeout" "test_server_handler_exit" "test_server_open_timeout" ]; __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "trio_websocket" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/trio-websocket/default.nix +14 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitHub , exceptiongroup Loading Loading @@ -33,6 +34,19 @@ buildPythonPackage rec { trustme ]; disabledTests = lib.optionals stdenv.isDarwin [ # Failed: DID NOT RAISE <class 'ValueError'> "test_finalization_dropped_exception" # Timing related "test_client_close_timeout" "test_cm_exit_with_pending_messages" "test_server_close_timeout" "test_server_handler_exit" "test_server_open_timeout" ]; __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "trio_websocket" ]; meta = with lib; { Loading