diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-03-27 14:53:09 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-28 06:17:24 +0000 |
commit | 12399644a70f811a36c44ce4d0b1a8ec447fa2d9 (patch) | |
tree | c5f359e91a7d15256eae9604d2c3b35f191ed781 | |
parent | cdc3d2a50bb02f2e68e7f497ae73bbb80ba8db35 (diff) |
remove replicated dependencies
Change-Id: Ie82153d201a06e7008465a5ea116b389dc1311c6
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
(cherry picked from commit 50ab8b586a0564da1e1d029bff65d36464142fce)
-rw-r--r-- | test-requirements.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index cfbbdcdd..5b770010 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,15 +2,12 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -tox -pytest -pytest-cov -pytest-mock coverage -pykwalify mock pip_check_reqs -coverage +pykwalify +pytest pytest-cov pytest-faker +pytest-mock tox |