From: John Griffith Date: Sat, 10 Aug 2013 18:24:56 +0000 (-0600) Subject: Add H233 to ignores in tox.ini X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1325fdde1118b23e5a65d688ee73aa3cddad33b9;p=openstack-build%2Fcinder-build.git 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 --- 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