diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-03-28 03:18:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-28 03:18:05 +0000 |
commit | 252e6fc6dd329b858dfc3773e42f52529ebe7659 (patch) | |
tree | 6d74f95499524a3b90d7e34ef5a6f1aa136de698 | |
parent | ee667225c20ded7d6dbfc38e8631fc96cc0dea2a (diff) | |
parent | 50ab8b586a0564da1e1d029bff65d36464142fce (diff) |
Merge "remove replicated dependencies"
-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 |