Merge "Revert "Temporarily cap setuptools<48.0.0""

This commit is contained in:
Zuul 2020-07-06 13:57:01 +00:00 committed by Gerrit Code Review
commit 07c298c6a2

View File

@ -434,8 +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
# 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
# Blacklist setuptools 48.0.0, 49.0.0 due to https://github.com/pypa/setuptools/issues/2232
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,!=49.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