Don't use latest flake8

The newest version of flake8 causes failures in the PEP8 gate. Make
sure not to use the newer versions for now.

Change-Id: Ic7c094215f024352976466e2640fddd4efad1cf1
This commit is contained in:
Thomas Bachman 2024-09-10 11:50:20 +00:00
parent d454d6f616
commit 2c153ce501

View File

@ -20,7 +20,7 @@ python-keystoneclient
coverage!=4.4,>=4.0 # Apache-2.0
flake8-import-order==0.12 # LGPLv3
flake8>=5.0.1,!=6.1.0
flake8<7.1.1,>=5.0.1,!=6.1.0
pyflakes>=2.5.0
sphinx!=1.6.6,>=1.6.2 # BSD
oslosphinx>=4.7.0 # Apache-2.0