]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Port cinder.hacking to Python 3
authorVictor Stinner <vstinner@redhat.com>
Thu, 5 Nov 2015 13:28:54 +0000 (14:28 +0100)
committerVictor Stinner <vstinner@redhat.com>
Thu, 5 Nov 2015 16:36:32 +0000 (17:36 +0100)
commit9eea3951c79eb1aecf7b47a1fe5dcdee3fdef5bf
tree3b272fcb60f50e8c61d013489546cbc9a671c717
parent76c42fc70ac6a08f68a907387e311a377ba49891
Port cinder.hacking to Python 3

Fix the N325 check on Python 3: the AST changed between Python 2 and
Python 3 for try/except.

tox.ini: Add cinder.tests.unit.test_hacking to Python 3.4.

Partial-Implements: blueprint cinder-python3
Change-Id: I7c7d1c5e52f525ade14b13ecf2dec1681997da22
cinder/hacking/checks.py
tests-py3.txt