Pin pycodestyle to <=2.3.1

2.4.0 broke our pep8 tests pretty hard:
http://logs.openstack.org/20/531320/14/check/openstack-tox-pep8/c9d9d10/job-output.txt.gz#_2018-04-10_15_43_40_014738

Pin pycodestyle until we have time to fix all of those.

Note that this is in the global-requirements blacklist to allow
projects to manage those versions on their own:
b94a4e8c8f/blacklist.txt (L13)

Change-Id: I6b0d458c702684779eb21e7022dd0f3193ac72d2
Story: 2001819
This commit is contained in:
Jim Rollenhagen 2018-04-10 21:10:30 +00:00
parent c03dfbf2eb
commit fc15be6e32
1 changed files with 1 additions and 0 deletions

View File

@ -18,3 +18,4 @@ testscenarios>=0.4 # Apache-2.0/BSD
WebTest>=2.0.27 # MIT
bashate>=0.5.1 # Apache-2.0
flake8-import-order>=0.13 # LGPLv3
pycodestyle<=2.3.1