We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e06fec8 + 7530949 commit 2fb5796Copy full SHA for 2fb5796
2 files changed
.zuul.yaml
@@ -803,7 +803,7 @@
803
irrelevant-files: *nova-base-irrelevant-files
804
- neutron-ovs-tempest-iptables_hybrid:
805
806
- - os-vif-ovs:
+ - os-vif-ovn:
807
808
- devstack-plugin-ceph-compute-local-ephemeral:
809
tox.ini
@@ -1,6 +1,12 @@
1
[tox]
2
minversion = 3.18.0
3
envlist = py3,functional,pep8
4
+# NOTE(elod.illes): latest virtualenv bundles setuptools 82.0.0, which
5
+# dropped pkg_resources module source from the package, which is used
6
+# in nova and other packages, thus virtualenv needs to be pinned to fix
7
+# the gate.
8
+requires =
9
+ virtualenv<20.37.0
10
11
[testenv]
12
usedevelop = True
0 commit comments