You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using jsonschema4.18.0a1 in the release candidate tests causes the tests to fail as the following DeprecationWarning is introduced when jsonschema.RefResolver is used.
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 will require new releases of pyhf to fix to avoid causing future problems for cabinetry and other downstream users.
The text was updated successfully, but these errors were encountered:
…Warning (#2246)
* 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 referencing.
- c.f. #2139
Using
jsonschema
4.18.0a1
in the release candidate tests causes the tests to fail as the followingDeprecationWarning
is introduced whenjsonschema.RefResolver
is used.This will require new releases of
pyhf
to fix to avoid causing future problems forcabinetry
and other downstream users.The text was updated successfully, but these errors were encountered: