test: revert comments (#5384)

This commit is contained in:
cthomas
2025-10-13 15:26:31 -07:00
committed by Caren Thomas
parent 08da1a64bb
commit 15a4fe3228

View File

@@ -48,12 +48,12 @@ logger = get_logger(__name__)
all_configs = [
# "openai-gpt-4o-mini.json",
# "openai-o3.json",
# "openai-gpt-5.json",
"openai-gpt-4o-mini.json",
"openai-o3.json",
"openai-gpt-5.json",
"claude-3-5-sonnet.json",
# "claude-3-7-sonnet-extended.json",
# "gemini-2.5-flash.json",
"claude-3-7-sonnet-extended.json",
"gemini-2.5-flash.json",
]
@@ -522,7 +522,7 @@ async def test_greeting(
TESTED_LLM_CONFIGS,
ids=[c.model for c in TESTED_LLM_CONFIGS],
)
@pytest.mark.parametrize("send_type", ["step", "stream_tokens"]) # ["step", "stream_steps", "stream_tokens", "stream_tokens_background"])
@pytest.mark.parametrize("send_type", ["step", "stream_steps", "stream_tokens", "stream_tokens_background", "async"])
@pytest.mark.asyncio(loop_scope="function")
async def test_parallel_tool_call_anthropic(
disable_e2b_api_key: Any,