10000
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 358670d commit a5a32b8Copy full SHA for a5a32b8
tests/lib/streaming/test_messages.py
@@ -389,10 +389,8 @@ def test_stream_method_definition_in_sync(sync: bool) -> None:
389
390
# go through all the ContentBlock types to make sure the type alias is up to date
391
# with any type that has an input property of type object
392
+@pytest.mark.skipif(not PYDANTIC_V2, reason='only applicable in pydantic v2')
393
def test_tracks_tool_input_type_alias_is_up_to_date() -> None:
- # only run this on Pydantic v2
394
- if not PYDANTIC_V2:
395
- pytest.skip("This test is only applicable for Pydantic v2")
396
from typing import get_args
397
398
from pydantic import BaseModel
0 commit comments