]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Add H233 to ignores in tox.ini
authorJohn Griffith <john.griffith@solidfire.com>
Sat, 10 Aug 2013 18:24:56 +0000 (12:24 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Sat, 10 Aug 2013 18:26:58 +0000 (12:26 -0600)
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

diff --git a/tox.ini b/tox.ini
index cac92ed0cb516885c376263e70ed8dd8671ace97..7c614b982735bb67f17016fdbd2c1f7efe1fe621 100644 (file)
--- 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