From 47e1dab59796094a019801a3d485c583d205786f Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Mon, 7 Jan 2013 11:58:17 -0600 Subject: Pin pep8 to 1.3.3 pep8 1.3.3 is pretty much standard across the openstack projects. Pin pep8 1.3.3 and fix associated warnings/errors. Change-Id: I7230857889d261320a0dab2c261c9f85dc0ee602 Signed-off-by: Chuck Short --- tools/test-requires | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index 8354d42..c39eaf1 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -6,7 +6,7 @@ nose-exclude nosexcover openstack.nose_plugin nosehtmloutput -pep8==1.2 +pep8==1.3.3 setuptools-git>=0.4 sphinx>=1.1.2 -unittest2 \ No newline at end of file +unittest2 -- cgit v1.2.1