Skip to content

Commit 0c2feaf

Browse files
authored
Merge pull request #62 from p1c2u/fix/test-only-required-formats
test required formats only
2 parents f9165ec + e0d4a74 commit 0c2feaf

File tree

5 files changed

+576
-217
lines changed

5 files changed

+576
-217
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
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:

openapi_schema_validator/validators.py

Lines changed: 0 additions & 1 deletion
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)