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

Commits on Jul 11, 2023

  1. In tests, handle changes in click and jsonschema

    - 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 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3f472a1 View commit details
    Browse the repository at this point in the history