python3Packages.aider-chat: disable additional tests that require network access

This commit is contained in:
百地 希留耶 2025-07-16 02:24:25 +08:00
parent 122aa3b3f3
commit 3a501b6a43
No known key found for this signature in database
GPG Key ID: E3F508DE86FF810F

View File

@ -264,6 +264,7 @@ let
disabledTestPaths = [
# Tests require network access
"tests/scrape/test_scrape.py"
"tests/basic/test_repomap.py"
# Expected 'mock' to have been called once
"tests/help/test_help.py"
];
@ -273,6 +274,7 @@ let
# Tests require network
"test_urls"
"test_get_commit_message_with_custom_prompt"
"test_cmd_tokens_output"
# FileNotFoundError
"test_get_commit_message"
# Expected 'launch_gui' to have been called once