From 1325fdde1118b23e5a65d688ee73aa3cddad33b9 Mon Sep 17 00:00:00 2001 From: John Griffith Date: Sat, 10 Aug 2013 12:24:56 -0600 Subject: [PATCH] Add H233 to ignores in tox.ini The auto-pull of updated libs added to devstack will result in the python 3.3 print checks being added which we're not ready for. Temporarily add this to our tox.ini ignore list until we have a chance to go through and fix these. Change-Id: Ie6e0e28433e9b1240b94ed4a323a97a85e475a17 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cac92ed0c..7c614b982 100644 --- a/tox.ini +++ b/tox.ini @@ -43,6 +43,6 @@ commands = commands = {posargs} [flake8] -ignore = E711,E712,F401,F403,F811,F841,H302,H303,H304,H402,H404 +ignore = E711,E712,F401,F403,F811,F841,H233,H302,H303,H304,H402,H404 builtins = _ exclude = .git,.venv,.tox,dist,doc,common,*egg,build -- 2.45.2