From a333be8fe4ec0abc49e85d0c689b8ffba2a473eb Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 17 May 2013 12:54:12 -0700 Subject: 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 --- tools/test-requires | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tools/test-requires') 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 -- cgit