From de2e5aa462a9515ac228690b68b84af5974db1ea Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 28 Apr 2013 18:32:12 -0700 Subject: Update to flake8 instead of pep8. Change-Id: I3d4a31111c3044da06611405ce80f208ef8a0ce3 --- tools/test-requires | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.1