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/requirements.txt | 4 ++-- testapi/tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testapi/requirements.txt b/testapi/requirements.txt index 7f50fd7..f551d48 100644 --- a/testapi/requirements.txt +++ b/testapi/requirements.txt @@ -7,7 +7,7 @@ setuptools>=16.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1, tornado>=3.1,<=4.3 # Apache-2.0 epydoc>=0.3.1 six>=1.9.0 # MIT -motor # Apache-2.0 -python-cas +motor==1.2.2 # Apache-2.0 +python-cas==1.2.0 requests[security] futures \ No newline at end of file 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