Merge "[stable-only] Pin tox <4" into stable/yoga

This commit is contained in:
Zuul
2023-05-03 16:20:07 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 0 deletions

View File

@@ -38,6 +38,8 @@
tox_envlist: functional-py39
- project:
vars:
ensure_tox_version: '<4'
templates:
- check-requirements
- lib-forward-testing-python3

View File

@@ -2,6 +2,7 @@
distribute = False
envlist = py3,pep8
minversion = 3.18.0
requires = tox<4
skipsdist = True
# this allows tox to infer the base python from the environment name
# and override any basepython configured in this file