We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1881812 + 8e5c82e commit f396951Copy full SHA for f396951
1 file changed
tox.ini
@@ -3,6 +3,12 @@ envlist = docs,py3,pep8
3
minversion = 3.18.0
4
skipsdist = False
5
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
12
13
[testenv]
14
basepython = {env:TOX_PYTHON:python3}
0 commit comments