Skip to content

Commit f00cd91

Browse files
.
1 parent f1f5190 commit f00cd91

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_integrations/test_pydanticai/pydantic_all_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ def execute_all():
4141
asyncio.run(execute_agent_stream())
4242
agent.run_sync("What is the weather in London?", name="test_name_3")
4343
asyncio.run(execute_agent_run())
44-
45-
execute_all()

tests/test_integrations/test_pydanticai/pydanticai_app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,3 @@ async def run_agent(input_query: str):
9595
def execute_agent():
9696
output = asyncio.run(run_agent("What's the weather in Paris?"))
9797
return output
98-
99-
execute_agent()

0 commit comments

Comments
 (0)