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 bfffd4b commit 055e120Copy full SHA for 055e120
tests/test_ui_web.py
@@ -15,7 +15,7 @@
15
from pydantic_ai.ui.web import AI_MODELS, BUILTIN_TOOLS, create_chat_app
16
17
pytestmark = [
18
- pytest.mark.skipif(not fastapi_import_successful, reason='fastapi not installed'),
+ pytest.mark.skipif(not fastapi_import_successful(), reason='fastapi not installed'),
19
]
20
21
0 commit comments