From 9d0fcc9dba43040746b0fd45c6943bea9ba3462d Mon Sep 17 00:00:00 2001 From: Yang Yu Date: Mon, 8 Jan 2018 10:58:11 +0800 Subject: [PATCH] bug-fix: coverage package missing for ci verify JIRA: BOTTLENECK-219 nosetests has enbled coverage check which requires coverage package missing currently Change-Id: Ia4b87a6036ea00532014a332170a19681432f84c Signed-off-by: Yang Yu --- requirements/verify.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/verify.txt b/requirements/verify.txt index e8d51f47..86f57e02 100644 --- a/requirements/verify.txt +++ b/requirements/verify.txt @@ -6,5 +6,7 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +# This file is for verify job excuted by OPNFV CI -flake8==3.0.4 \ No newline at end of file +flake8==3.0.4 +coverage==4.4.2 \ No newline at end of file -- 2.16.6