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 commit8f089d6c59) (cherry picked from commitc366ae40e1) (cherry picked from commit265353226c) (cherry picked from commit1515e1c0b0) (cherry picked from commit3a52237e2e)
This commit is contained in:
@@ -3,16 +3,16 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
-e git+https://opendev.org/openstack/heat.git@stable/queens#egg=heat
|
-e git+https://opendev.org/openstack/heat.git@stable/queens#egg=heat
|
||||||
-e git+https://opendev.org/x/python-group-based-policy-client.git@stable/queens#egg=gbpclient
|
-e git+https://opendev.org/x/python-group-based-policy-client.git@stable/queens#egg=python-group-based-policy-client
|
||||||
# Hacking already pins down pep8, pyflakes and flake8
|
# Hacking already pins down pep8, pyflakes and flake8
|
||||||
hacking<0.11,>=0.10.0
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
||||||
bandit>=1.1.0 # Apache-2.0
|
bandit>=1.1.0,<1.5.0 # Apache-2.0
|
||||||
coverage!=4.4,>=4.0 # Apache-2.0
|
coverage!=4.4,>=4.0 # Apache-2.0
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
kombu!=4.0.2,>=4.0.0 # BSD
|
kombu!=4.0.2,>=4.0.0 # BSD
|
||||||
mock>=2.0 # BSD
|
mock>=2.0 # BSD
|
||||||
mox3>=0.20.0 # Apache-2.0
|
mox3>=0.20.0 # Apache-2.0
|
||||||
PyMySQL>=0.7.6 # MIT License
|
PyMySQL!=v1.0.0,>=0.7.6 # MIT License
|
||||||
openstackdocstheme>=1.18.1 # Apache-2.0
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
||||||
os-api-ref>=1.4.0 # Apache-2.0
|
os-api-ref>=1.4.0 # Apache-2.0
|
||||||
os-testr>=1.0.0 # Apache-2.0
|
os-testr>=1.0.0 # Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user