summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-04-28 18:32:12 -0700
committerMonty Taylor <mordred@inaugust.com>2013-05-01 14:19:38 -0400
commitde2e5aa462a9515ac228690b68b84af5974db1ea (patch)
treec79e0d5175d6b5b565d08580b59fafd33fe11feb /tools
parentd5e96e77474e1f48643b56be81497387fb163b54 (diff)
downloadswift-de2e5aa462a9515ac228690b68b84af5974db1ea.tar.gz
Update to flake8 instead of pep8.
Change-Id: I3d4a31111c3044da06611405ce80f208ef8a0ce3
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 01c80d919..c2b0d7a83 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,8 +1,12 @@
+# Install bounded pep8/pyflakes first, then let flake8 install
+pep8==1.4.5
+pyflakes==0.7.2
+flake8==2.0
+
coverage
nose
nosexcover
openstack.nose_plugin
nosehtmloutput
-pep8==1.3.3
sphinx>=1.1.2
mock>=0.8.0