python3Packages.aider-chat: disable additional tests that require network access (#425531)

This commit is contained in:
Yt 2025-07-15 20:37:46 -04:00 committed by GitHub
commit f23e0d855a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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