From 32474d3712dc8871a67266f7c3c4500fc486bb9f Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Tue, 20 Nov 2018 15:34:33 +0800 Subject: bugfix: newly build image not work due to package update Change-Id: I0be207cd8b8f81aa0010d59e0781f002f682f747 Signed-off-by: SerenaFeng --- testapi/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapi/tox.ini') diff --git a/testapi/tox.ini b/testapi/tox.ini index e15deea..9a06355 100644 --- a/testapi/tox.ini +++ b/testapi/tox.ini @@ -38,7 +38,7 @@ commands = flake8 {toxinidir} # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,H803 +ignore = E123,E125,H803,W503,W504 builtins = _ exclude = build,dist,doc,legacy,.eggs,.git,.tox,.venv,testapi_venv,venv -- cgit 1.2.3-korg