commit | 21f40f3df22561a96164daedbb09032686392f22 | [log] [tgz] |
---|---|---|
author | Ghanshyam <gmann@ghanshyammann.com> | Fri Mar 03 03:05:40 2023 +0000 |
committer | Ghanshyam <gmann@ghanshyammann.com> | Fri Mar 03 03:05:40 2023 +0000 |
tree | 8c0b7512441ac312835afac3431781fb8af7271d | |
parent | d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e [diff] |
Revert "Fix DeprecationWarning of jsonschema" This reverts commit d52fb8cb6d2ed8893bc36f2f1f786cd890b1732e. Reason for revert: We need to support till xena as Tempest master do support stable/xena onwards branches. stable/xena has jsonschema 3.2.0 only https://github.com/openstack/requirements/blob/stable/xena/upper-constraints.txt#L548 We need to avoid such bumping unless something is failing. With jsonschema 3.2.0 we do not have the new things so let's keep them and we can fix it once we have jsonschema version as upper-constraint where they are going to be removed. https://github.com/python-jsonschema/jsonschema/blob/v3.2.0/jsonschema/validators.py#L475 Change-Id: Iab8dbcd469e2ca234c9a42673b8b02f470ec2404