Skip to content

Commit

Permalink
Merge pull request #233 from ag2ai/fix-tool-imports-tests2
Browse files Browse the repository at this point in the history
Fix tool imports tests
  • Loading branch information
rjambrecic authored Dec 18, 2024
2 parents cce8f12 + b4e991f commit 5a58008
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 @@ -144,6 +144,9 @@ def f(
assert pydantic_ai_tool.current_retry == 3


@pytest.mark.skipif(
sys.version_info < (3, 9), reason="Only Python 3.9 and above are supported for LangchainInteroperability"
)
class TestPydanticAIInteroperabilityWithContext:
@pytest.fixture(autouse=True)
def setup(self) -> None:
Expand Down

0 comments on commit 5a58008

Please sign in to comment.