Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Dec 18, 2024
1 parent 7261503 commit 00ecd98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/interop/pydantic_ai/test_pydantic_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ def test_with_llm(self) -> None:
assert False, "No tool response found in chat messages"


@pytest.mark.skipif(
sys.version_info < (3, 9), reason="Only Python 3.9 and above are supported for LangchainInteroperability"
)
class TestPydanticAIInteroperabilityDependencyInjection:

def test_dependency_injection(self) -> None:
Expand Down

0 comments on commit 00ecd98

Please sign in to comment.