From 0070cd58babe53c32806d60e75ef6bb3273de766 Mon Sep 17 00:00:00 2001 From: hongyuzhao Date: Sat, 4 Jan 2020 16:50:10 +0800 Subject: Limit the version of the coverage package tox.ini depends on Change-Id: I5144434e9f801f268fb18d24723f1fc39a6390cd Issue-ID: VFC-1597 Signed-off-by: hongyuzhao --- 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