From 707ff21c84aefa19d233ab96b4e1359ead2ddea0 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Mon, 18 Aug 2025 15:34:19 -0700 Subject: [PATCH] cleanup --- tests/integration/agents/test_agents.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/integration/agents/test_agents.py b/tests/integration/agents/test_agents.py index dcf7ef84c..5baf33037 100644 --- a/tests/integration/agents/test_agents.py +++ b/tests/integration/agents/test_agents.py @@ -135,9 +135,6 @@ def test_agent_simple(llama_stack_client, agent_config): def test_agent_name(llama_stack_client, text_model_id): - print(f"llama stack client package version: {lsc_package.__version__}") - print(f"llama stack client package location: {lsc_package.__file__}") - agent_name = f"test-agent-{uuid4()}" agent = Agent( llama_stack_client,