Do not upgrade virtualenv to the latest version

virtualenv is a requirement for tox, so it is installed when tobiko
roles install tox.
Besides, virtualenv is also defined in the openstack requirements
upper-constraints.txt file, specifying which one is the virtualenv
valid upper version.
Due to this, virtualenv is removed from the task that upgrades other
packages as part of the tobiko-ensure-python3 role.

Change-Id: I41b76d7041face19635c9fd35e773b9144d25c30
This commit is contained in:
Eduardo Olivares 2023-04-20 09:49:56 +02:00
parent f8b0765ecc
commit 2ad24dd2f0
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@
- pip
- setuptools
- wheel
- virtualenv
- name: "show python_info facts"