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
| ... | ... |
@@ -419,7 +419,7 @@ function create_tempest_accounts {
|
| 419 | 419 |
# install_tempest() - Collect source and prepare |
| 420 | 420 |
function install_tempest {
|
| 421 | 421 |
git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH |
| 422 |
- pip_install "tox<1.7" |
|
| 422 |
+ pip_install tox |
|
| 423 | 423 |
} |
| 424 | 424 |
|
| 425 | 425 |
# init_tempest() - Initialize ec2 images |