Skip to content

Commit 33dc869

Browse files
committed
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
1 parent 58f8f42 commit 33dc869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tempest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ function create_tempest_accounts {
419419
# install_tempest() - Collect source and prepare
420420
function install_tempest {
421421
git_clone $TEMPEST_REPO $TEMPEST_DIR $TEMPEST_BRANCH
422-
pip_install "tox<1.7"
422+
pip_install tox
423423
}
424424

425425
# init_tempest() - Initialize ec2 images

0 commit comments

Comments
 (0)