summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-01-21 16:26:12 +0800
committerYan Yang <yangyanyj@chinamobile.com>2020-01-21 08:28:46 +0000
commitdebc716923199fc0dd4c4e6802c3e468927f9895 (patch)
tree5dd4455373144c4604ed36609a3d7675ca1d95a4
parent782bb36fd1da37fe8ec6f3baaee4a58cc6b3aae2 (diff)
Fix textenv cov error
Change-Id: I2bc6d4cec4875e4599e922b49528aa33f73c5540 Issue-ID: VFC-1595 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-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