Tox fixed the openstack breaking bug use latest
Hurray upstream tox merged a fix for the issue that had us stuck on 1.6.1. They have now released a new version so we can consume that fix. Start using latest tox again to pull that in. See https://bitbucket.org/hpk42/tox/issue/150/posargs-configerror for all the details. Change-Id: Ia2c7cb07c98c9942113309054b4c40af23596d04 Fixes-bug: 1274135
This commit is contained in:
parent
5f571f2136
commit
fc7a131c7c
@ -119,16 +119,14 @@ class jenkins::slave(
|
||||
}
|
||||
}
|
||||
include pip::python3
|
||||
# Temporarily handle tox separately so we can pin it
|
||||
package { 'tox':
|
||||
ensure => '1.6.1',
|
||||
ensure => 'latest',
|
||||
provider => pip3,
|
||||
require => Class['pip::python3'],
|
||||
}
|
||||
} else {
|
||||
# Temporarily handle tox separately so we can pin it
|
||||
package { 'tox':
|
||||
ensure => '1.6.1',
|
||||
ensure => 'latest',
|
||||
provider => pip,
|
||||
require => Class['pip'],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user