summaryrefslogtreecommitdiffstats
path: root/tools/test-requires
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-17 12:54:12 -0700
committerMonty Taylor <mordred@inaugust.com>2013-05-17 12:54:12 -0700
commita333be8fe4ec0abc49e85d0c689b8ffba2a473eb (patch)
treeea6a8037626de002ce60e8e5a82f1053bdb50a40 /tools/test-requires
parent186c49409c841bd2bba50ea8629ec214a7fb9627 (diff)
Switch to flake8+hacking.
Remove a bunch of local custom scripts. Replace with configurable external tools. Use local hacking checks for nova specifics. Change-Id: I75a01375ba0ec36d2ff05abc47abe0a3f225eda5
Diffstat (limited to 'tools/test-requires')
-rw-r--r--tools/test-requires8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/test-requires b/tools/test-requires
index cb5d54bb3..1bf372b69 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -1,6 +1,12 @@
# Packages needed for dev testing
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>=3.6
discover
feedparser
@@ -8,8 +14,6 @@ fixtures>=0.3.12
mox==0.5.3
MySQL-python
psycopg2
-pep8==1.3.3
-pyflakes
pylint==0.25.2
python-subunit
setuptools_git>=0.4