python313Packages.smolagents: disable test requiring network access

It fails with

    AssertionError: assert 'Missing API Key' in '<ExceptionInfo litellm.APIError: APIError: GroqException - [Errno -3] Temporary failure in name resolution tblen=7>'
This commit is contained in:
Robert Schütz
2025-05-13 17:37:43 -07:00
parent cd675086f9
commit 3aa7aaac53
@@ -123,6 +123,7 @@ buildPythonPackage rec {
"test_vision_web_browser_main"
# Tests require network access
"test_agent_type_output"
"test_call_different_providers_without_key"
"test_can_import_sklearn_if_explicitly_authorized"
"test_transformers_message_no_tool"
"test_transformers_message_vl_no_tool"