bug-fix: veriry job no coverage package 37/50337/1
authorYang Yu <Gabriel.yuyang@huawei.com>
Wed, 10 Jan 2018 02:12:01 +0000 (10:12 +0800)
committerYang Yu <Gabriel.yuyang@huawei.com>
Wed, 10 Jan 2018 02:12:01 +0000 (10:12 +0800)
JIRA: BOTTLENECK-219

vitualenv should install nose and coverage package for unittest,
only install coverage is not enough since virtualenv will use
external nose which couldnt find coverage package installed
externally

Change-Id: I6daebf2db6dd97cdfd0eac0c43a619229ba38577
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
requirements/verify.txt

index 86f57e0..3c63c8f 100644 (file)
@@ -9,4 +9,5 @@
 # This file is for verify job excuted by OPNFV CI
 
 flake8==3.0.4
-coverage==4.4.2
\ No newline at end of file
+nose==1.3.7
+coverage==4.4.2