Skip to content

Commit def5357

Browse files
ajaegerrafaelweingartner
authored andcommitted
Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Change-Id: I8fed95ecb736e0b6d7c4b63a55553de1539139be
1 parent d340851 commit def5357

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

test-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# of appearance. Changing the order has an impact on the overall integration
33
# process, which may cause wedges in the gate later.
44

5-
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
5+
hacking>=3.0,<3.1.0 # Apache-2.0
6+
67
# remove this pyflakes from here once you bump the
78
# hacking to 3.2.0 or above. hacking 3.2.0 takes
89
# care of pyflakes version compatibilty.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ commands =
6161
# E123, E125 skipped as they are invalid PEP-8.
6262

6363
show-source = True
64-
ignore = E123,E125
64+
ignore = E123,E125,W503,W504
6565
builtins = _
6666
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,releasenotes
6767

0 commit comments

Comments
 (0)