summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-18 09:09:35 -0700
committerMonty Taylor <mordred@inaugust.com>2013-05-18 09:19:53 -0700
commit24b4039bae557a8f29be783c3fdd3f9f148c4b0e (patch)
tree694fe080387f6984c61314c43bfed889c83bd2c0 /tools
parent8044dc747818ca1f874dbdecf58514e3f1730b12 (diff)
downloadpython-cinderclient-24b4039bae557a8f29be783c3fdd3f9f148c4b0e.tar.gz
Migrate to flake8.
Fixes bug 1172444. Change-Id: Ia063ec67de9e6061ce38b948c9eb60b5589c7bb4
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 4dd5249..74be769 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,10 +1,15 @@
distribute>=0.6.24
+# Install bounded pep8/pyflakes first, then let flake8 install
+pep8==1.4.5
+pyflakes==0.7.2
+flake8==2.0
+hacking>=0.5.3,<0.6
+
coverage
discover
fixtures
mock
-pep8==1.3.3
sphinx>=1.1.2
testrepository>=0.0.13
testtools>=0.9.22