summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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 405b408f..1eb2509c 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,3 +1,9 @@
+# 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
+
distribute>=0.6.24
coverage
@@ -5,7 +11,6 @@ discover
fixtures>=0.3.12
mock
openstack.nose_plugin
-pep8==1.3.3
sphinx>=1.1.2
testrepository>=0.0.13
testtools>=0.9.26