From 3ab6a5d466be1e7e4abb809ed18419a68fdae54f Mon Sep 17 00:00:00 2001 From: yangyan Date: Tue, 21 Jan 2020 16:17:32 +0800 Subject: Fix textenv cov error Change-Id: Idd9966a058047f4ebef175662d02b31196efaa29 Issue-ID: VFC-1595 Signed-off-by: yangyan --- res/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/tox.ini b/res/tox.ini index 13e2837..9863e7a 100644 --- a/res/tox.ini +++ b/res/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 -- cgit 1.2.3-korg