bugfix: newly build image not work due to package update 39/65239/4
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Tue, 20 Nov 2018 07:34:33 +0000 (15:34 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Tue, 20 Nov 2018 07:52:02 +0000 (15:52 +0800)
Change-Id: I0be207cd8b8f81aa0010d59e0781f002f682f747
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
testapi/requirements.txt
testapi/tox.ini

index 7f50fd7..f551d48 100644 (file)
@@ -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
index e15deea..9a06355 100644 (file)
@@ -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