
This patch limitis the tox version to <4 in stable/zed. Related-Bug: #1999558 Change-Id: I9c62d429bb819336da05055fecd08e3816986bf8
11 lines
203 B
YAML
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
|