From 6265c7b2e25e2bccbde6d08908f8b5694aa33ef1 Mon Sep 17 00:00:00 2001 From: Kirill Radzikhovskyy Date: Fri, 3 Apr 2026 08:54:29 +1100 Subject: [PATCH] aider-chat: fix build disable tests that require network access --- pkgs/by-name/ai/aider-chat/package.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/by-name/ai/aider-chat/package.nix b/pkgs/by-name/ai/aider-chat/package.nix index 2d314a108d31..0dd4adcbe110 100644 --- a/pkgs/by-name/ai/aider-chat/package.nix +++ b/pkgs/by-name/ai/aider-chat/package.nix @@ -185,6 +185,11 @@ let # Tests require network "test_urls" "test_get_commit_message_with_custom_prompt" + + # Tests require network access to fetch model information from GitHub + "test_cmd_read_only_with_image_file" + "test_cmd_tokens_output" + "test_max_context_tokens" # FileNotFoundError "test_get_commit_message" # Expected 'launch_gui' to have been called once