Fix upstream gate

The upstream gate picked up a new version of virtualenv, which uses a
newer version of pip. The new version of pip exposed some issudes with
the dependencies, which this patch fixes.

Change-Id: Ief4b4c4040dea95303671ebd988c2e41021bcef0
(cherry picked from commit 8f089d6c59)
(cherry picked from commit c366ae40e1)
(cherry picked from commit 265353226c)
This commit is contained in:
Thomas Bachman
2020-12-16 17:54:47 +00:00
parent d87958be79
commit 1515e1c0b0

View File

@@ -2,8 +2,8 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-e git+https://opendev.org/openstack/heat.git@stable/stein#egg=heat
-e git+https://opendev.org/x/python-group-based-policy-client.git@master#egg=gbpclient
-e git+https://opendev.org/openstack/heat.git@stable/stein#egg=openstack-heat
-e git+https://opendev.org/x/python-group-based-policy-client.git@stable/stein#egg=python-group-based-policy-client
# Hacking already pins down pep8, pyflakes and flake8
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
bandit<1.6.0,>=1.1.0 # Apache-2.0