From 715b7c268364309d7fc13e1d903d7209ac0e2f24 Mon Sep 17 00:00:00 2001 From: Eyal Date: Tue, 7 Jan 2020 15:17:09 +0200 Subject: [PATCH] Update hacking and fix warning Change-Id: I10a988cccda87c6948fbc44169da13da9ecdbbb5 --- test-requirements.txt | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 5377699..e293ce9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=1.1.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD diff --git a/tox.ini b/tox.ini index a9d2832..cad62c6 100644 --- a/tox.ini +++ b/tox.ini @@ -39,7 +39,7 @@ commands = oslo_debug_helper {posargs} # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125 +ignore = E123,E125,W504 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build