Skip to content

Commit

Permalink
tests - skip 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
commonism committed Aug 29, 2024
1 parent ff73e2d commit 5769d15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/schema_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def test_schema_string_pattern(with_schema_string_pattern):
GUID.model_validate(str(uuid.uuid4()).replace("-", "@"))


@pytest.mark.skipif(sys.version_info <= (3, 8))
def test_schema_regex_engine(with_schema_regex_engine):
api = OpenAPI("/", with_schema_regex_engine)
Root = api.components.schemas["Root"].get_type()
Expand Down

0 comments on commit 5769d15

Please sign in to comment.