From: hongyuzhao Date: Sat, 4 Jan 2020 07:25:05 +0000 (+0800) Subject: Limit the version of the coverage package tox.ini depends on X-Git-Tag: 1.3.7~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F100003%2F2;p=vfc%2Fgvnfm%2Fvnfmgr.git Limit the version of the coverage package tox.ini depends on Change-Id: I62b3296c307f0d79de37de850809ce32e707d988 Issue-ID: VFC-1597 Signed-off-by: hongyuzhao --- 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