From 2ad24dd2f0fbf669ed0e451ec8764ca9c94cbb6b Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Thu, 20 Apr 2023 09:49:56 +0200 Subject: [PATCH] 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 --- roles/tobiko-ensure-python3/tasks/install.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/tobiko-ensure-python3/tasks/install.yaml b/roles/tobiko-ensure-python3/tasks/install.yaml index 61006a3a9..035d66bb2 100644 --- a/roles/tobiko-ensure-python3/tasks/install.yaml +++ b/roles/tobiko-ensure-python3/tasks/install.yaml @@ -68,7 +68,6 @@ - pip - setuptools - wheel - - virtualenv - name: "show python_info facts"