From c50d95b6f99cdeec7d9041ed428aba64c5805db0 Mon Sep 17 00:00:00 2001 From: yangyan Date: Tue, 21 Jan 2020 16:30:52 +0800 Subject: Fix testenv cov error Change-Id: I5a2ebf4a83238b76090db11ae2326a83857f215c Issue-ID: VFC-1595 Signed-off-by: yangyan --- mgr/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg