X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Ftestapi%2Ftest-requirements.txt;h=233f4652be59aba9cd8db01d3f3880a19b933005;hb=308eada318687d4d93befdda67bf78c24d7bcc5b;hp=ddbdefcfd98e273049c129ff3a8b5c14004930aa;hpb=647a7cbab0d198894a9b55d9412ffdbf19780470;p=releng.git diff --git a/utils/test/testapi/test-requirements.txt b/utils/test/testapi/test-requirements.txt index ddbdefcfd..233f4652b 100644 --- a/utils/test/testapi/test-requirements.txt +++ b/utils/test/testapi/test-requirements.txt @@ -2,6 +2,9 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -testtools>=1.4.0 -discover -futures \ No newline at end of file +coverage>=4.0,!=4.4 # Apache-2.0 +mock>=2.0 # BSD +nose # LGPL +pytest # MIT +pytest-cov # MIT +pytest-mock # MIT