From: yangyan Date: Tue, 21 Jan 2020 08:26:12 +0000 (+0800) Subject: Fix textenv cov error X-Git-Tag: 1.3.6~21^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F100529%2F2;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fsvnfm.git Fix textenv cov error Change-Id: I2bc6d4cec4875e4599e922b49528aa33f73c5540 Issue-ID: VFC-1595 Signed-off-by: yangyan --- diff --git a/zte/vmanager/tox.ini b/zte/vmanager/tox.ini index 354b12d2..4d9d5652 100644 --- a/zte/vmanager/tox.ini +++ b/zte/vmanager/tox.ini @@ -20,5 +20,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