diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-28 07:22:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-28 07:22:25 +0000 |
commit | fb5b4d26e6b6719b2d4bf83a3070438984781569 (patch) | |
tree | e5e45cd6875987e96d3f7f0341d316de3b3e092c /test-requirements.txt | |
parent | adb0769729fd2558fb41edfc6d3fc84f2b2a9030 (diff) | |
parent | 12399644a70f811a36c44ce4d0b1a8ec447fa2d9 (diff) |
Merge "remove replicated dependencies" into stable/danube
Diffstat (limited to 'test-requirements.txt')
-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 |