zuul-jobs/roles/ensure-tox/defaults/main.yaml
Clark Boylan 13925d1965 Flip ensure-tox to tox v4 by default
The previous change added a bunch of tox v4 compatiblity, now we switch
to as our default. This should only happen after people have had
sufficient time to add tox v4 compatibility or manually pin back to <4
in their projects.

Change-Id: I16742fb933dba2162a73d532e1a9613af69021aa
2022-12-22 15:40:11 -08:00

6 lines
150 B
YAML

tox_executable: tox
ensure_tox_version: ''
tox_venv_path: '{{ ansible_user_dir }}/.local/tox'
tox_prefer_python2: false
ensure_global_symlinks: false