heat-tempest-plugin/test-requirements.txt
Takashi Kajinami 70e516a9e4 Bump hacking
hacking 3.0.x is too old.

Also fix a failure detected by the new hacking version.

./heat_tempest_plugin/common/test.py:171:80: E501 line too long
(80 > 79 characters)

Change-Id: Ic05437780b451928b14f79b004586e0b627ce119
2024-01-20 18:56:44 +09:00

4 lines
116 B
Plaintext

# Hacking already pins down pep8, pyflakes and flake8
hacking>=6.1.0,<6.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0