From aabf1f5f35bfe62695c0fe074cb77e07546801b8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 14 May 2025 20:51:24 +0200 Subject: [PATCH] python313Packages.smolagents: disable failing test --- pkgs/development/python-modules/smolagents/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/smolagents/default.nix b/pkgs/development/python-modules/smolagents/default.nix index ea5a1419f7cd..97380da4cf72 100644 --- a/pkgs/development/python-modules/smolagents/default.nix +++ b/pkgs/development/python-modules/smolagents/default.nix @@ -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"