Skip to content

Commit 8cb394f

Browse files
committed
skip chinook tests
1 parent 60b0fce commit 8cb394f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/chinook/pydantic/test_pydantic_chinook.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
18
from pydantic import BaseModel
29
from pydantic_ai import Agent
3-
import pytest
410

511
from eval_protocol.models import EvaluateResult, EvaluationRow, Message
612
from eval_protocol.pytest import evaluation_test

0 commit comments

Comments
 (0)