From 63dd2934b7386fdd9421ac767cdb352f142c8438 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 1 Apr 2025 21:43:46 -0700 Subject: [PATCH] test_supports_tool_choice --- tests/litellm_utils_tests/test_supports_tool_choice.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/litellm_utils_tests/test_supports_tool_choice.py b/tests/litellm_utils_tests/test_supports_tool_choice.py index cfa190f74b1..e09be153195 100644 --- a/tests/litellm_utils_tests/test_supports_tool_choice.py +++ b/tests/litellm_utils_tests/test_supports_tool_choice.py @@ -137,6 +137,8 @@ async def test_supports_tool_choice(): or model_name in block_list or "azure/eu" in model_name or "azure/us" in model_name + or "o1" in model_name + or "o3" in model_name ): continue