From 560e5cd84ef2c1a6427c78d35eedc66445e1f77f Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Mon, 19 Nov 2012 19:31:12 -0600 Subject: Pin pep8 to 1.3.3 Apart of making pep8 version standard across all openstack projects. With this change we ignore E712 since it is normal to use "column == True" in sqlalchemy. Change-Id: I73a162847a79558cb158112878033edf18039805 Signed-off-by: Chuck Short --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index b3d4b5a22..8a97720fa 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -8,7 +8,7 @@ nose testtools openstack.nose_plugin>=0.7 nosehtmloutput -pep8==1.2 +pep8==1.3.3 pylint==0.25.2 sphinx>=1.1.2 feedparser -- cgit