From 315769580a21ee8b59aba8b1b87a7efb8c4883e9 Mon Sep 17 00:00:00 2001 From: yangyan Date: Tue, 7 Jan 2020 10:00:04 +0800 Subject: fix testenv cov error Change-Id: I1c0f17a6cdf12f6f33e43514747a150701aff7ef Issue-ID: VFC-1595 Signed-off-by: yangyan --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*" -- cgit 1.2.3-korg