From bda76ac8bb30bb8d8c24552194038db0ff5e6255 Mon Sep 17 00:00:00 2001 From: Aurelio Jargas Date: Sun, 9 Feb 2025 21:37:41 +0100 Subject: [PATCH] Role ensure-tox: Remove obsoleted comment about tox v3 pin The actual pin was removed in 13925d1965aa5658304c9ca88fb0307d6cff2eff. This comment is a leftover that is quite misleading. Change-Id: I65c1196a7c9dfdf5624280251d7f7ecd9df0c283 --- roles/ensure-tox/tasks/main.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/ensure-tox/tasks/main.yaml b/roles/ensure-tox/tasks/main.yaml index 9e9c55da7..ed0ab1857 100644 --- a/roles/ensure-tox/tasks/main.yaml +++ b/roles/ensure-tox/tasks/main.yaml @@ -25,8 +25,6 @@ command: '{{ ensure_pip_virtualenv_command }} {{ tox_venv_path }}' - name: Install tox to local venv - # We pin tox to version <4 as v4 is not currently compatible with - # zuul's tox siblings processing. command: '{{ tox_venv_path }}/bin/pip install tox{{ ensure_tox_version }}' - name: Export installed tox_executable path