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)

Conflicts:
    test-requirements.txt

Change-Id: I6b0d458c702684779eb21e7022dd0f3193ac72d2
Story: 2001819
(cherry picked from commit fc15be6e32)
This commit is contained in:
Jim Rollenhagen 2018-04-10 21:10:30 +00:00 committed by John L. Villalovos
parent 1204f66785
commit b5b26adee5
1 changed files with 1 additions and 0 deletions

View File

@ -28,3 +28,4 @@ sphinxcontrib-seqdiag # BSD
openstackdocstheme>=1.16.0 # Apache-2.0
reno!=2.3.1,>=1.8.0 # Apache-2.0
os-api-ref>=1.0.0 # Apache-2.0
pycodestyle<=2.3.1