summaryrefslogtreecommitdiffstats
path: root/testapi/test-requirements.txt
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-03-23 16:17:05 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-03-23 16:17:05 +0800
commit3fc355eb16dfbd7ce7df25eb0bc5fe138a20b85b (patch)
treeffc17ef992f6dcb6ea8655dc2d2102a8d5be168a /testapi/test-requirements.txt
parenta6460e1b2ebcdbb6f823f26b03e1210c8212497c (diff)
make unittest execution more user-friendly
allow users use their existed venv manage all test-related libs in test-requirements.txt Change-Id: I39a63833e4a1f4f088afa045a83bf12cd01da167 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/test-requirements.txt')
-rw-r--r--testapi/test-requirements.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/testapi/test-requirements.txt b/testapi/test-requirements.txt
index 4633ad6..645687b 100644
--- a/testapi/test-requirements.txt
+++ b/testapi/test-requirements.txt
@@ -2,10 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-tox
mock
pytest
-pytest-cov
coverage
-pykwalify
-pip_check_reqs
+nose>=1.3.1