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 3405cfa commit 5f88e71Copy full SHA for 5f88e71
1 file changed
tests/langchain/test_provider_integrations.py
@@ -35,6 +35,9 @@ def skip_on_specific_configs(
35
test_name = request.node.originalname
36
has_thinking = "thinking" in model_kwargs
37
38
+ if test_name in ["test_structured_output_pydantic_2_v1"]:
39
+ pytest.skip("Skipping test because it's not relevant for now")
40
+
41
if test_name in [
42
"test_parallel_and_sequential_tool_calling",
43
"test_parallel_and_sequential_tool_calling_async",
0 commit comments