From 7a4f2553d603bd10bcb8e0e90b178f994f41b4a4 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 17 Jun 2015 00:39:56 +0000 Subject: [PATCH] Update to newer hacking checks Update to newer hacking checks, and temporarily disable H238 to be fixed in a subsequent patch. Change-Id: I7d59ca5680f958852f73e705e45454a1c4d1c800 --- test-requirements.txt | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8331444..085a45e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking>=0.9.2,<0.10 +hacking>=0.10.0,<0.11 discover mock fixtures>=0.3.14 diff --git a/tox.ini b/tox.ini index 59bec38..9ae60dc 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,6 @@ commands = python setup.py build_sphinx commands = {posargs} [flake8] -ignore = E125,H202,H405,H904 +ignore = E125,H202,H238,H405,H904 show-source = True exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build