Reviewed: https://review.opendev.org/c/openstack/ironic/+/943117 Committed: https://opendev.org/openstack/ironic/commit/48940fcd6a12cfd580a6f4d693e321a7dd3e1220 Submitter: "Zuul (22348)" Branch: master
commit 48940fcd6a12cfd580a6f4d693e321a7dd3e1220 Author: Takashi Kajinami <[email protected]> Date: Sun Mar 2 15:43:02 2025 +0900 Replace deprecated FormatChecker.cls_checks The method was deprecated in jsonschema 4.14.0[1] and now triggers the following warning. DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. Also drop redundant override of FormatChecker. The overridden check method is identical with the same method in the parent class. [1] https://github.com/python-jsonschema/jsonschema/commit/cd8f0592b93947a9deb8b3e6502cc5a69cb6d722 Closes-Bug: #2089051 Change-Id: Ibdf450ccf204f1ad39fa4dbc8ff10f6fd0bb17a7 ** Changed in: ironic Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/2089051 Title: jsonschema: FormatChecker.cls_checks was deprecated Status in Cinder: In Progress Status in Ironic: Fix Released Status in OpenStack Identity (keystone): Fix Released Status in OpenStack Shared File Systems Service (Manila): Fix Released Status in OpenStack Compute (nova): Fix Released Status in placement: Fix Released Status in tacker: In Progress Status in tempest: In Progress Bug description: The method was deprecated in jsonschema 4.14.0[1] and now triggers the following warning. --- DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. --- We should update the usage accordingly. [1] https://github.com/python- jsonschema/jsonschema/commit/cd8f0592b93947a9deb8b3e6502cc5a69cb6d722 To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/2089051/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

