Skip to content

Commit

Permalink
Revert "Temporarily cap setuptools<48.0.0"
Browse files Browse the repository at this point in the history
This reverts commit ca1eb8d.

blacklist the 48.0.0 and 49.0.0 due to
pypa/setuptools#2232

Change-Id: Ib71d06242d94aa1a73e69b0c7423b973ae685a1f
  • Loading branch information
gmannos committed Jul 4, 2020
1 parent ca1eb8d commit 3223fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions global-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3223fa7

Please sign in to comment.