Skip to content

Commit

Permalink
Do not use setuptools > 58.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpawar-sap authored and Carthaca committed Apr 12, 2022
1 parent dc2db50 commit bf1c73d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions global-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,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
# Cap setuptools to 58.0.0 on python3.5 due to the incompatibility with decorator 3.4.0.
# Restrict setuptools to <58 due to https://github.com/pypa/setuptools/issues/2769
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,<58.0.0 # PSF/ZPL
# Blacklist setuptools 58.0.0-58.1.0 due to https://github.com/pypa/setuptools/issues/2769
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,!=58.0.0,!=58.0.1,!=58.0.2,!=58.0.3,!=58.0.4,!=58.1.0 # PSF/ZPL
sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4' # BSD
sphinx-testing # BSD License
Expand Down

0 comments on commit bf1c73d

Please sign in to comment.