summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJim Rollenhagen <jim@jimrollenhagen.com>2018-04-10 21:10:30 +0000
committerJim Rollenhagen <jim@jimrollenhagen.com>2018-04-10 21:23:46 +0000
commitfc15be6e329a41ab4cf634c53a54441694c41195 (patch)
tree02079e6a94f57ed7930981ecf5b7923ed7b23e7d /test-requirements.txt
parentc03dfbf2eb4eb4242c3848c40f3faf42c142e8a9 (diff)
downloadironic-fc15be6e329a41ab4cf634c53a54441694c41195.tar.gz
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
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index eeea491e0..57963854a 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