summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhongyuzhao <zhao.hongyu@zte.com.cn>2020-01-04 15:25:05 +0800
committermaopeng zhang <zhang.maopeng1@zte.com.cn>2020-01-14 04:49:52 +0000
commitbfded0d95dbfc0684a2d93f59e7e24bc4e83d525 (patch)
tree488deb71bf8dffe234c329693b54b8f6eba6fec7
parenta6537c147ffac606288b273e61df096d05b92541 (diff)
Limit the version of the coverage package tox.ini depends on
Change-Id: I62b3296c307f0d79de37de850809ce32e707d988 Issue-ID: VFC-1597 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
-rw-r--r--mgr/tox.ini2
1 files changed, 1 insertions, 1 deletions
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