neutron/playbooks/run_functional_job.yaml
Rodolfo Alonso Hernandez b5da174aa3 Limit tox version to <4
This patch limitis the tox version to <4 in stable/xena.

Related-Bug: #1999558
Change-Id: I9c62d429bb819336da05055fecd08e3816986bf8
2022-12-24 12:30:33 +00:00

11 lines
203 B
YAML

- hosts: all
roles:
- role: bindep
bindep_profile: test
bindep_dir: "{{ zuul_work_dir }}"
- test-setup
- role: ensure-tox
vars:
ensure_tox_version: "<4"
- tox