From: yangyan Date: Tue, 21 Jan 2020 08:30:52 +0000 (+0800) Subject: Fix testenv cov error X-Git-Tag: 1.3.7~11^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F30%2F100530%2F2;p=vfc%2Fgvnfm%2Fvnfmgr.git Fix testenv cov error Change-Id: I5a2ebf4a83238b76090db11ae2326a83857f215c Issue-ID: VFC-1595 Signed-off-by: yangyan --- diff --git a/mgr/tox.ini b/mgr/tox.ini index a666b43..cb4f53c 100644 --- a/mgr/tox.ini +++ b/mgr/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