X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=test-requirements.txt;h=1500541a955d91c53553600b6dbf4f980aaf5613;hb=34a54021b4cfee0c853be46ee1cba5211d8dafdb;hp=538777039bbb0bbcf68371b6323b7d6e1a3fb4e9;hpb=a67a3399c506c76001d8d22baceb43c844757f09;p=yardstick.git diff --git a/test-requirements.txt b/test-requirements.txt index 538777039..1500541a9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,8 +2,20 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -packaging==16.8.0 # BSD or Apache License, Version 2.0 +coverage!=4.4 # Apache-2.0 +fixtures # Apache-2.0/BSD +oslotest # Apache-2.0 +packaging # Apache-2.0 +pyflakes # MIT; OSI Approved MIT License +pylint # GPLv2 +python-subunit # Apache-2.0/BSD +testrepository # Apache-2.0/BSD +testtools # MIT +unittest2 # BSD + +# NOTE(ralonsoh): to be removed, only for coverage support +python-heatclient # Apache-2.0 + +# Yardstick I release <-> OpenStack Stein release +-e git+https://github.com/openstack/requirements.git@stable/stein#egg=os_requirements -# Yardstick F release <-> OpenStack Pike release -openstack_requirements==1.1.0 # OSI Approved Apache Software License --e git+https://github.com/openstack/requirements.git@stable/pike#egg=os_requirements