Pin tox to 2.7.0

Tox 2.8.0 has broke us, clarkb has a patch upstream to fix. In the
mean time, we can pin to 2.7.0.

https://github.com/tox-dev/tox/issues/595

Change-Id: I1079fb1bc6606a33b5b2517cca0c8eba2c12ce13
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-09-02 15:30:33 -04:00
parent 70840700de
commit 5fc0bbbdb3
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 => 'latest',
ensure => '2.7.0',
provider => openstack_pip,
require => Class[pip],
}