diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2018-11-20 15:34:33 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2018-11-20 15:52:02 +0800 |
commit | 32474d3712dc8871a67266f7c3c4500fc486bb9f (patch) | |
tree | 27e7896b996af96095c8e309957e12e17aa24412 | |
parent | d9a312a151e8025141d3b9d08f111e4950a0ff3f (diff) |
bugfix: newly build image not work due to package update
Change-Id: I0be207cd8b8f81aa0010d59e0781f002f682f747
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
-rw-r--r-- | testapi/requirements.txt | 4 | ||||
-rw-r--r-- | 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 |