Revert "Pin tox to 2.7.0"

Tox 2.8.1 was released fixing out unpack errors.

This reverts commit 5fc0bbbdb3.

Change-Id: I3dc95064b442c26bf7803b46e92ecd5171937a6d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-09-04 17:44:02 -04:00
parent 5fc0bbbdb3
commit 7a9eafd698
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class jenkins::slave(
}
package { 'tox':
ensure => '2.7.0',
ensure => 'latest',
provider => openstack_pip,
require => Class[pip],
}