We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74b387 commit 98a4925Copy full SHA for 98a4925
tests/adapters/test_tool.py
@@ -366,6 +366,7 @@ async def test_async_concurrent_calls():
366
assert end_time - start_time < 0.3
367
368
369
+@pytest.mark.filterwarnings("ignore::RuntimeWarning")
370
def test_async_tool_call_in_sync_mode():
371
tool = Tool(async_dummy_function)
372
with dspy.context(allow_tool_async_sync_conversion=False):
0 commit comments