From e0611dbc8740200b3a73292cf0ee261fd5e3ca1f Mon Sep 17 00:00:00 2001 From: Zexin Yuan Date: Thu, 26 Mar 2026 21:49:01 +0800 Subject: [PATCH] aider-chat: unbroken --- pkgs/by-name/ai/aider-chat/package.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/by-name/ai/aider-chat/package.nix b/pkgs/by-name/ai/aider-chat/package.nix index 2d314a108d31..3cb0384b1e22 100644 --- a/pkgs/by-name/ai/aider-chat/package.nix +++ b/pkgs/by-name/ai/aider-chat/package.nix @@ -37,6 +37,9 @@ let pythonRemoveDeps = [ "importlib-resources" + "tree-sitter-c-sharp" + "tree-sitter-embedded-template" + "tree-sitter-yaml" ]; build-system = with python3Packages; [ setuptools-scm ]; @@ -195,6 +198,10 @@ let "test_main_exit_calls_version_check" # AssertionError: assert 2 == 1 "test_simple_send_non_retryable_error" + # Upstream tests incompatible with current litellm version + "test_max_context_tokens" + "test_cmd_tokens_output" + "test_cmd_read_only_with_image_file" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # Tests fails on darwin