From 33dc8699e6b774cc39b39e0dba97be41bbb47abe Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 19 Aug 2014 22:37:10 -0700 Subject: [PATCH] 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 --- lib/tempest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempest b/lib/tempest index d6d6020adf..681da1e654 100644 --- a/lib/tempest +++ b/lib/tempest @@ -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