fix testenv cov error 32/100032/2
authoryangyan <yangyanyj@chinamobile.com>
Tue, 7 Jan 2020 02:00:04 +0000 (10:00 +0800)
committerYan Yang <yangyanyj@chinamobile.com>
Tue, 7 Jan 2020 02:01:39 +0000 (02:01 +0000)
Change-Id: I1c0f17a6cdf12f6f33e43514747a150701aff7ef
Issue-ID: VFC-1595
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 3745940..f9b7824 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -22,5 +22,5 @@ commands =
   {[testenv]commands}
 
 [testenv:cov]
-deps = coverage
+deps = coverage==4.2
 commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"