
This patch updates the version of hacking to be consistent with designate. It is required for flake8 to understand f-strings correctly. Along with this version update, the patch fixes issues in the code found by the new versions. This patch also disables two flake8 plugins from tempest T110 and T111 as they are not compatible with the newer version of flake8. They can be re-enabled once tempest updates to a newer hacking version and fixes these issues. Change-Id: Ia8153724e28cd0ce032d77ff08b4c35f75a1dfc8
7 lines
311 B
Plaintext
7 lines
311 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
# Hacking already pins down pep8/pycodestyle pyflakes and flake8
|
|
hacking>=6.1.0,<6.2.0 # Apache-2.0
|