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

In tests, handle changes in click and jsonschema #284

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Conversation

sirosen
Copy link
Member

@sirosen sirosen commented Jul 11, 2023

  • click v8.1.4 triggers a mypy bug that causes type checking to fail. click is working on a fix, but until it's released, avoid that version.
  • jsonschema 4.18.0 deprecates the older ref resolution framework. Until check-jsonschema can update to use the newer ref resolver, ignore the deprecation warnings in tests.

- click v8.1.4 triggers a mypy bug that causes type checking to fail.
  click is working on a fix, but until it's released, avoid that
  version.
- jsonschema 4.18.0 deprecates the older ref resolution framework.
  Until check-jsonschema can update to use the newer ref resolver,
  ignore the deprecation warnings in tests.
@sirosen sirosen merged commit 5b797d4 into main Jul 11, 2023
43 checks passed
@sirosen sirosen deleted the patch-testing branch July 11, 2023 14:41
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.

None yet

1 participant