commit | edd1933a976dc0d7165dc94493c400a859b0e54e | [log] [tgz] |
---|---|---|
author | Eric Harney <eharney@redhat.com> | Thu Mar 14 09:26:43 2024 -0400 |
committer | Eric Harney <eharney@redhat.com> | Thu Mar 14 09:35:03 2024 -0400 |
tree | 62efd2bd8cd14301fca5a12430ccebdce3d43972 | |
parent | a259e8d43eb2ee78fe3ad6d0424ecd42bfd18cbd [diff] |
Bump hacking to 6.1.0 When using hacking 3.x on a Python 3.12 environment, tox -e pep8 fails with: ./cinder_tempest_plugin/rbac/v3/test_volume_types.py:118:51: E713 test for membership should be 'not in' message=f"Key '{self.extra_spec_key}' not found in extra_specs." Moving to a newer version of hacking fixes this. Change-Id: I44d48223e1ad5cc8f8c7343b97e3328e353cf119