Use latest current virtualenv
PyPy jobs are failing and it appears that old pip/setuptools may be to blame. Fix this by pulling in latest current virtualenv which bundles both of these libraries at much newer versions. Change-Id: Iaf5c782f7ec5515469d154a0e2958a051e196d07
This commit is contained in:
parent
05b8b46c89
commit
2083f3ffa5
@ -189,7 +189,7 @@ class openstack_project::template (
|
||||
# Manage python/pip
|
||||
|
||||
include pip
|
||||
$desired_virtualenv = '1.11.4'
|
||||
$desired_virtualenv = '12.1.1'
|
||||
|
||||
if (( versioncmp($::virtualenv_version, $desired_virtualenv) < 0 )) {
|
||||
$virtualenv_ensure = $desired_virtualenv
|
||||
|
Loading…
x
Reference in New Issue
Block a user