diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-03-27 14:53:09 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-03-27 14:53:09 +0800 |
commit | 50ab8b586a0564da1e1d029bff65d36464142fce (patch) | |
tree | 4e62f2eb0a200802c63bed40e8cd95f80cc5b0bb | |
parent | 1dce84474538f1bdbba604bd4312793e3f57acf6 (diff) |
remove replicated dependencies
Change-Id: Ie82153d201a06e7008465a5ea116b389dc1311c6
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
-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 |