summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-01-21 16:30:52 +0800
committerYan Yang <yangyanyj@chinamobile.com>2020-01-21 08:32:10 +0000
commitc50d95b6f99cdeec7d9041ed428aba64c5805db0 (patch)
tree95df80058fb42d5eb2033782caaffee0b5afc76f
parentec5be59ef27276578e64e1883b291de3b1594eda (diff)
Fix testenv cov error
Change-Id: I5a2ebf4a83238b76090db11ae2326a83857f215c Issue-ID: VFC-1595 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-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