Skip to content

Commit e0d4a74

Browse files
committed
test only required formats
1 parent f9165ec commit e0d4a74

File tree

5 files changed

+576
-217
lines changed

5 files changed

+576
-217
lines changed

Diff for: .github/workflows/python-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: timeout 10s poetry run pip --version || rm -rf .venv
4949

5050
- name: Install dependencies
51-
run: poetry install -E rfc3339-validator
51+
run: poetry install
5252

5353
- name: Test
5454
env:

Diff for: openapi_schema_validator/validators.py

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
"oneOf": oas_validators.oneOf,
8989
"anyOf": oas_validators.anyOf,
9090
"description": oas_validators.not_implemented,
91-
"format": oas_validators.format,
9291
# fixed OAS fields
9392
"discriminator": oas_validators.not_implemented,
9493
"xml": oas_validators.not_implemented,

0 commit comments

Comments
 (0)