Ignore pep8 E722 74/64774/3
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 26 Oct 2017 20:49:52 +0000 (13:49 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 26 Oct 2017 21:00:12 +0000 (14:00 -0700)
commit206bf0e24e9980d6293c38c92368f33af334c327
tree00e2f2a92e98840180bdf757556ff77a85aadcb6
parent70a22bad1af960642b2452339758ececff9706c3
Ignore pep8 E722

Existing code has started to fail on this error and causing
verify jobs to fail that have nothing to do with said existing
code. For now, we can ignore this to let work continue in
the int/test repo.

A jira ticket will be opened for someone to fix those related
erorrs (example below) and then remove this ignore = E722
statement.

Example:
./csit/libraries/AAAJsonUtils.py:208:13: E722 do not use bare except'
            except:
            ^
Change-Id: Iee989ea6f2bcc3149988eb2e430fc7246c2d97e2
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
tox.ini