python313Packages.smolagents: disable test requiring network access (#406897)

This commit is contained in:
Nick Cao
2025-05-14 16:35:48 -04:00
committed by GitHub
@@ -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"
@@ -148,7 +149,7 @@ buildPythonPackage rec {
meta = {
description = "Barebones library for agents";
homepage = "https://github.com/huggingface/smolagents";
changelog = "https://github.com/huggingface/smolagents/releases/tag/v${src.tag}";
changelog = "https://github.com/huggingface/smolagents/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};