Merge "Role ensure-tox: Remove obsoleted comment about tox v3 pin"

This commit is contained in:
Zuul 2025-02-18 22:21:14 +00:00 committed by Gerrit Code Review
commit 3a0e686ad9

View File

@ -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