summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhongyuzhao <zhao.hongyu@zte.com.cn>2020-01-04 15:18:30 +0800
committerhongyuzhao <zhao.hongyu@zte.com.cn>2020-01-04 15:20:29 +0800
commit5141de456755eb48ba1e3c2244dcdef872c623ce (patch)
tree3feab053610c4c0a710f7af6fd44bd434576985d
parent6b283d0e5b0d0b1e448e9b1ce719ce7d17e6d7e9 (diff)
Limit the version of the converage package tox.ini depands on
Change-Id: I047da254d066d9b828b756cd3accb2eb1247286e Issue-ID: VFC-1597 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
-rw-r--r--zte/vmanager/tox.ini2
1 files changed, 1 insertions, 1 deletions
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