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 60b0fce commit 8cb394fCopy full SHA for 8cb394f
1 file changed
tests/chinook/pydantic/test_pydantic_chinook.py
@@ -1,6 +1,12 @@
1
+import pytest
2
+
3
+pytest.skip(
4
+ "Skipping Chinook pydantic-ai integration tests (requires external LLM access/credentials).",
5
+ allow_module_level=True,
6
+)
7
8
from pydantic import BaseModel
9
from pydantic_ai import Agent
-import pytest
10
11
from eval_protocol.models import EvaluateResult, EvaluationRow, Message
12
from eval_protocol.pytest import evaluation_test
0 commit comments