We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca171a commit ac376b7Copy full SHA for ac376b7
tests/chinook/langgraph/test_langgraph_chinook.py
@@ -1,5 +1,10 @@
1
import pytest
2
3
+pytest.skip(
4
+ "Skipping Chinook langgraph integration tests (requires external services/credentials).",
5
+ allow_module_level=True,
6
+)
7
+
8
from eval_protocol.models import EvaluateResult, EvaluationRow, Message
9
from eval_protocol.pytest import evaluation_test
10
0 commit comments