From 62eb92a1f2cffa5a81778018932b539f436b50f0 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Tue, 20 Nov 2012 09:41:28 -0600 Subject: [PATCH] Pin pep8 to 1.3.3 Apart of making pep8 version standard across all openstack projects. Change-Id: If5ef6be394e557b3554a80f1ad9b44d472c273b6 Signed-off-by: Chuck Short --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-requires b/tools/test-requires index acf984277..10b90c438 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -5,6 +5,6 @@ nose nosexcover openstack.nose_plugin nosehtmloutput -pep8==1.2 +pep8==1.3.3 sphinx>=1.1.2 unittest2