From 18601d323448e2b67b5a8ec9782c2166a012cb96 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 11 Jun 2014 21:54:00 -0400 Subject: [PATCH] Bump hacking to 0.9.x series In order to keep this patch to just a requirements bump, ignore new and stricter hacking rules that are being triggered. Fixing up the code and turning these on is out of scope of this patch and is for future patches. Change-Id: I8f59083d1c0673b94fa94acb37f11a5dd0ee040d --- test-requirements.txt | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2d6ce265..7b645652 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking>=0.8.0,<0.9 +hacking>=0.9.1,<0.10 discover fixtures>=0.3.14 diff --git a/tox.ini b/tox.ini index 0bf40ff5..ebfdcfce 100644 --- a/tox.ini +++ b/tox.ini @@ -21,5 +21,6 @@ commands = {posargs} [flake8] show-source = True +ignore = H305 exclude = .tox,dist,doc,*.egg,build builtins = _