Skip to content

Update the sanity checker to use a version which supports 2019+. #563

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

Merged
merged 1 commit into from
Jun 28, 2022

Conversation

Julian
Copy link
Member

@Julian Julian commented Jun 28, 2022

It was previously skipping validating newer drafts :/

Refs: #562

(Will have to add this to a checklist of things to do after a new release is out.)

It was previously skipping validating newer drafts :/

Refs: #562
@@ -5,5 +5,5 @@ skipsdist = True

[testenv:sanity]
# used just for validating the structure of the test case files themselves
deps = jsonschema==3.2.0
deps = jsonschema==4.6.1
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(For reference later, this is the only line that really matters, it updates to a newer version. All the rest is just fixing a deprecation warning).

@Julian Julian merged commit 1e0ebd2 into main Jun 28, 2022
@Julian Julian deleted the update-sanity-checker branch June 28, 2022 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants