Fix textenv cov error 27/100527/2
authoryangyan <yangyanyj@chinamobile.com>
Tue, 21 Jan 2020 08:17:32 +0000 (16:17 +0800)
committerYan Yang <yangyanyj@chinamobile.com>
Tue, 21 Jan 2020 08:21:14 +0000 (08:21 +0000)
Change-Id: Idd9966a058047f4ebef175662d02b31196efaa29
Issue-ID: VFC-1595
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
res/tox.ini

index 13e2837..9863e7a 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