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

fix: Add filterwarnings ignore for jsonschema.RefResolver DeprecationWarning #2246

Merged
merged 1 commit into from
Jul 6, 2023

Commits on Jul 6, 2023

  1. fix: Add filterwarnings ignore for jsonschema.RefResolver Deprecation…

    …Warning
    
    * Add an ignore to filterwarnings to avoid jsonschema.RefResolver DeprecationWarning
    
    > DeprecationWarning: jsonschema.RefResolver is deprecated as of v4.18.0, in favor
    > of the https://github.com/python-jsonschema/referencing library, which provides
    > more compliant referencing behavior as well as more flexible APIs for customization.
    > A future release will remove RefResolver. Please file a feature request
    > (on referencing) if you are missing an API for the kind of customization you need.
    
      This filterwarning should be removed once pyhf updates to python-jsonschema/referencing.
      - c.f. https://github.com/scikit-hep/pyhf/issues/ 2139
    matthewfeickert committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9ad6479 View commit details
    Browse the repository at this point in the history