Limit the version of the coverage package tox.ini depends on 03/100003/2
authorhongyuzhao <zhao.hongyu@zte.com.cn>
Sat, 4 Jan 2020 07:25:05 +0000 (15:25 +0800)
committermaopeng zhang <zhang.maopeng1@zte.com.cn>
Tue, 14 Jan 2020 04:49:52 +0000 (04:49 +0000)
Change-Id: I62b3296c307f0d79de37de850809ce32e707d988
Issue-ID: VFC-1597
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
mgr/tox.ini

index a666b43..cb4f53c 100644 (file)
@@ -23,5 +23,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