Merge "[stable-only] Cap virtualenv/setuptools" into stable/victoria

This commit is contained in:
Zuul 2023-07-31 15:48:40 +00:00 committed by Gerrit Code Review
commit a62cdb69b3
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ minversion = 3.2.1
skipsdist = True
envlist = py3,pep8
ignore_basepython_conflict=true
# Cap setuptools via virtualenv to prevent compatibility issue with victoria
# branch's upper constraint of pbr package (5.5.0). Tox is also needed to be
# constrained for the 'inner' tox to be installed with the constrained venv.
requires =
virtualenv<20.24.0
tox<4
[testenv]
usedevelop = True