Merge "Limit tox version to <4"

This commit is contained in:
Zuul
2022-12-23 12:09:18 +00:00
committed by Gerrit Code Review
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
- hosts: all - hosts: all
roles: roles:
- ensure-tox - role: ensure-tox
vars:
ensure_tox_version: "<4"
# TODO(slaweq): remove it when nftables will support syntax for src and # TODO(slaweq): remove it when nftables will support syntax for src and
# destination IP addresses in arp tables: # destination IP addresses in arp tables:
- legacy_ebtables - legacy_ebtables

View File

@@ -4,5 +4,7 @@
bindep_profile: test bindep_profile: test
bindep_dir: "{{ zuul_work_dir }}" bindep_dir: "{{ zuul_work_dir }}"
- test-setup - test-setup
- ensure-tox - role: ensure-tox
vars:
ensure_tox_version: "<4"
- tox - tox

View File

@@ -1,7 +1,7 @@
[tox] [tox]
envlist = docs,py38,pep8 envlist = docs,py38,pep8
minversion = 3.18.0 minversion = 3.18.0
skipsdist = True skipsdist = False
ignore_basepython_conflict = True ignore_basepython_conflict = True
[testenv] [testenv]