From: yangyan Date: Tue, 21 Jan 2020 08:17:32 +0000 (+0800) Subject: Fix textenv cov error X-Git-Tag: 1.3.7~10^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F100527%2F2;p=vfc%2Fgvnfm%2Fvnfres.git Fix textenv cov error Change-Id: Idd9966a058047f4ebef175662d02b31196efaa29 Issue-ID: VFC-1595 Signed-off-by: yangyan --- diff --git a/res/tox.ini b/res/tox.ini index 13e2837..9863e7a 100644 --- a/res/tox.ini +++ b/res/tox.ini @@ -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