Latest tox should work for openstack now, use it

Remove the tox pin that was in place to avoid issues with tox 1.7.0 and
1.7.1. Latest tox (1.7.2) is compatbile with openstack's tox.ini files
again and should work with tempest. This change is self testing and will
confirm this.

Making this change is important so that devs can stop worrying about
package version pins and helps ensure we don't get left behind by
upstream.

Change-Id: Ibf2102d6ad439dd354ae687f7aafec9ceca6cf9c
This commit is contained in:
Clark Boylan 2014-08-19 22:37:10 -07:00
parent 58f8f429c8
commit 33dc8699e6

View File

@ -419,7 +419,7 @@ function create_tempest_accounts {
# install_tempest() - Collect source and prepare
function install_tempest {
git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH
pip_install "tox<1.7"
pip_install tox
}
# init_tempest() - Initialize ec2 images