aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-01-07 10:00:04 +0800
committerYan Yang <yangyanyj@chinamobile.com>2020-01-07 02:01:39 +0000
commit315769580a21ee8b59aba8b1b87a7efb8c4883e9 (patch)
tree321c56003a15a3f1c5ac856542cb98e64965f02c
parent340404e463b9a67ebc798598dfdb279c765243e9 (diff)
fix testenv cov error
Change-Id: I1c0f17a6cdf12f6f33e43514747a150701aff7ef Issue-ID: VFC-1595 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3745940f..f9b7824f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,5 +22,5 @@ commands =
{[testenv]commands}
[testenv:cov]
-deps = coverage
+deps = coverage==4.2
commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"