Skip to content

Commit f1161b0

Browse files
committed
Add LEGACY_BLACK_SKIP for mixed constraints test
1 parent 10a8796 commit f1161b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/main/jsonschema/test_main_jsonschema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4656,6 +4656,7 @@ def test_main_lookaround_anyof_nullable_pydantic_v2(output_file: Path) -> None:
46564656
)
46574657

46584658

4659+
@LEGACY_BLACK_SKIP
46594660
@pytest.mark.benchmark
46604661
def test_main_lookaround_mixed_constraints_pydantic_v2(output_file: Path) -> None:
46614662
"""Test lookaround pattern with union of constr and conint to test base_type_hint fallback for non-constr types."""

0 commit comments

Comments
 (0)