Skip to content

Commit f396951

Browse files
authored
Merge pull request #265 from stackhpc/upstream/2023.1-2026-03-16
Synchronise 2023.1 with upstream
2 parents 1881812 + 8e5c82e commit f396951

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ envlist = docs,py3,pep8
33
minversion = 3.18.0
44
skipsdist = False
55
ignore_basepython_conflict = True
6+
# NOTE(elod.illes): latest virtualenv bundles setuptools 82.0.0, which
7+
# dropped pkg_resources module source from the package, which is used
8+
# in nova and other packages, thus virtualenv needs to be pinned to fix
9+
# the gate.
10+
requires =
11+
virtualenv<20.37.0
612

713
[testenv]
814
basepython = {env:TOX_PYTHON:python3}

0 commit comments

Comments
 (0)