[train-only] Cap pycodestyle to < 2.6.0

stable/train's pep8 job started to fail with some error as pycodestyle
2.6.0 version was released. To fix this add pycodestyle<2.6.0
constraint to test-requirements.txt

This fix is not needed on master due to pycodestyle is not listed in
test-requirements anymore. Neither needed in Stein, because pycodestyle
requirement is not added there yet.

Change-Id: Id564eea41e293872dc299f50e159c66d0d3e661e
This commit is contained in:
Elod Illes 2020-05-18 21:10:08 +02:00
parent 118ee68257
commit 9f22f41286
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ mock>=3.0.0 # BSD
mox3>=0.20.0 # Apache-2.0
psycopg2>=2.7 # LGPL/ZPL
PyMySQL>=0.7.6 # MIT License
pycodestyle>=2.0.0 # MIT License
pycodestyle>=2.0.0,<2.6.0 # MIT License
python-barbicanclient>=4.5.2 # Apache-2.0
python-ironicclient!=2.7.1,>=2.7.0 # Apache-2.0
requests-mock>=1.2.0 # Apache-2.0