Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade: Update jsonschema validator to latest spec. #2036

Merged
merged 1 commit into from
May 17, 2022
Merged

Conversation

ksbrar
Copy link
Collaborator

@ksbrar ksbrar commented May 16, 2022

Closes #1783 (the validator is currently held back by the assumption that py3.6 is still supported) and also updates the schema module-level docstring.

@ksbrar ksbrar added the productivity and code quality Engineer productivity, maintainability, consistency, readability label May 16, 2022
@ksbrar ksbrar self-assigned this May 16, 2022
@ksbrar ksbrar changed the title upgrade: Update jsonschema validator. upgrade: Update jsonschema validator to latest spec. May 16, 2022
@github-actions
Copy link

github-actions bot commented May 17, 2022

Unit Test Results

       6 files  ±0         6 suites  ±0   1h 57m 34s ⏱️ + 11m 19s
2 785 tests ±0  2 750 ✔️ ±0    35 💤 ±0  0 ±0 
8 355 runs  ±0  8 245 ✔️ ±0  110 💤 ±0  0 ±0 

Results for commit 3f99526. ± Comparison against base commit d47d857.

♻️ This comment has been updated with latest results.

@ksbrar ksbrar merged commit e845cf6 into master May 17, 2022
@ksbrar ksbrar deleted the update_validator branch May 17, 2022 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
productivity and code quality Engineer productivity, maintainability, consistency, readability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After Python 3.6 support is deprecated, upgrade schema validator to use latest JSON spec.
2 participants