diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-03-30 17:20:18 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-03-30 17:20:18 +0800 |
commit | 2c654a3190cf50d668d4adca34045d31ada03561 (patch) | |
tree | 668d716cf51d1293889606e7da5c40e8d033be93 /test-requirements.txt | |
parent | 14e9c620366b46481aef204edcf892bbaa4ef6be (diff) |
delete useless dependency coverage
the coverage is counted by pytest-cov
Change-Id: I156b500e767bde680c46b27f6c05cc89e7e06105
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 5b770010..24405245 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -coverage mock pip_check_reqs pykwalify |