From fc15be6e329a41ab4cf634c53a54441694c41195 Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Tue, 10 Apr 2018 21:10:30 +0000 Subject: [PATCH] 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: https://github.com/openstack/requirements/blob/b94a4e8c8fadbdc4c5cac9c4da6755a3c06a7824/blacklist.txt#L13 Change-Id: I6b0d458c702684779eb21e7022dd0f3193ac72d2 Story: 2001819 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index eeea491e03..57963854a6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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