X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Ftestapi%2Ftest-requirements.txt;h=233f4652be59aba9cd8db01d3f3880a19b933005;hb=122cf34bf3e656e1b7fa35e07dd8a71e42ed4d59;hp=ddbdefcfd98e273049c129ff3a8b5c14004930aa;hpb=1c15b700150be0a3f6f462733df36726bb6a1d7e;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