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:
parent
70840700de
commit
5fc0bbbdb3
@ -107,7 +107,7 @@ class jenkins::slave(
|
||||
}
|
||||
|
||||
package { 'tox':
|
||||
ensure => 'latest',
|
||||
ensure => '2.7.0',
|
||||
provider => openstack_pip,
|
||||
require => Class[pip],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user