From: hongyuzhao Date: Sat, 4 Jan 2020 08:50:10 +0000 (+0800) Subject: Limit the version of the coverage package tox.ini depends on X-Git-Tag: 1.3.7~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0070cd58babe53c32806d60e75ef6bb3273de766;p=vfc%2Fgvnfm%2Fvnfres.git Limit the version of the coverage package tox.ini depends on Change-Id: I5144434e9f801f268fb18d24723f1fc39a6390cd Issue-ID: VFC-1597 Signed-off-by: hongyuzhao --- 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