X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Ftestapi%2Ftest-requirements.txt;h=233f4652be59aba9cd8db01d3f3880a19b933005;hb=b8bea998e4a370ad7127fd4d72a1fc93765e751a;hp=645687b145ac4a7a82f22d747169e11b3d1cd2dd;hpb=05d85f74c75f14e061316835329173cc88e9bb02;p=releng.git diff --git a/utils/test/testapi/test-requirements.txt b/utils/test/testapi/test-requirements.txt index 645687b14..233f4652b 100644 --- a/utils/test/testapi/test-requirements.txt +++ b/utils/test/testapi/test-requirements.txt @@ -2,7 +2,9 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -mock -pytest -coverage -nose>=1.3.1 +coverage>=4.0,!=4.4 # Apache-2.0 +mock>=2.0 # BSD +nose # LGPL +pytest # MIT +pytest-cov # MIT +pytest-mock # MIT