8000 Skip JSON Schema validation · pydantic/pydantic@0261b45 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 0261b45

Browse files
committed
Skip JSON Schema validation
1 parent 0e96db2 commit 0261b45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_type_alias_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ def test_type_alias_type_with_serialization() -> None:
465465
assert ta.dump_python(1) == 3
466466

467467

468+
@pytest.mark.skip_json_schema_validation(reason='Extra info added.')
468469
def test_type_alias_type_with_metadata() -> None:
469470
"""Same as `test_type_alias_type_with_serialization()` but with JSON Metadata."""
470471

0 commit comments

Comments
 (0)
0