From: yangyan Date: Tue, 7 Jan 2020 02:00:04 +0000 (+0800) Subject: fix testenv cov error X-Git-Tag: 1.3.7~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F32%2F100032%2F2;p=vfc%2Fnfvo%2Fcatalog.git fix testenv cov error Change-Id: I1c0f17a6cdf12f6f33e43514747a150701aff7ef Issue-ID: VFC-1595 Signed-off-by: yangyan --- diff --git a/tox.ini b/tox.ini index 3745940f..f9b7824f 100644 --- 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*"