Temporarily cap setuptools<48.0.0

with new setuptools 48.0.0, devstack started failing on
 - usr/local/bin/keystone-manage: No such file or directory"

https://zuul.opendev.org/t/openstack/build/55e53d1c37194d8992f79a4090da86ee/log/job-output.txt#10572

It is blocking all the gate for now. We are not sure if that is bug on
setuptools side or it is incompatible change and we need to update devstack
for that but till we figure out that let's use the old setuptools to unblock the gate.

Change-Id: Ic9ee4d5164b144638c3ea3d4ddc1e6bac86378c0
ML: http://lists.openstack.org/pipermail/openstack-discuss/2020-July/015779.html
Related-Bug: #1886237
This commit is contained in:
Ghanshyam Mann 2020-07-03 17:22:42 -05:00
parent 22c362cf64
commit ca1eb8dd0a

View File

@ -434,7 +434,8 @@ selenium # Apache-2.0
# situations as progressive releases of projects are done.
# Blacklist setuptools 34.0.0-34.3.2 due to https://github.com/pypa/setuptools/issues/951
# Blacklist setuptools 36.2.0 due to https://github.com/pypa/setuptools/issues/1086
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0 # PSF/ZPL
# TODO: we need to uncap it from <48.0.0 once this bug is fixed https://bugs.launchpad.net/devstack/+bug/1886237
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,<48.0.0 # PSF/ZPL
sphinx!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0 # BSD
sphinx-testing # BSD License
sphinxcontrib-actdiag # BSD