From fbc4568eb09bc2fe2d3d758758eb5e6a55c821ff Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 9 Jul 2012 16:03:14 -0700 Subject: Update tools hacking for pep8 1.2 and beyond * https://github.com/jcrocholl/pep8/commit/b9f72b16011aac981ce9e3a47fd0ffb1d3d2e085 broke tools/hacking.py * Upgrade pep8 to 1.2 and disable the following new tests: E12,E711,E712,E721,E502 Change-Id: I32a8808c6c9cccfedcc4d2a26649333aca1cd713 --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/test-requires') diff --git a/tools/test-requires b/tools/test-requires index 74910be0d..1931f313a 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -7,7 +7,7 @@ mox==0.5.3 nose openstack.nose_plugin>=0.7 nosehtmloutput -pep8==1.1 +pep8==1.2 pylint==0.25.2 sphinx>=1.1.2 feedparser -- cgit