Limit the version of the converage package tox.ini depands on 02/100002/1
authorhongyuzhao <zhao.hongyu@zte.com.cn>
Sat, 4 Jan 2020 07:18:30 +0000 (15:18 +0800)
committerhongyuzhao <zhao.hongyu@zte.com.cn>
Sat, 4 Jan 2020 07:20:29 +0000 (15:20 +0800)
Change-Id: I047da254d066d9b828b756cd3accb2eb1247286e
Issue-ID: VFC-1597
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
zte/vmanager/tox.ini

index 354b12d..4d9d565 100644 (file)
@@ -20,5 +20,5 @@ commands =
   {[testenv]commands}
 
 [testenv:cov]
-deps = coverage
+deps = coverage==4.2
 commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"
\ No newline at end of file