Skip to content

Commit

Permalink
Skip broken setuptools 36.0.0
Browse files Browse the repository at this point in the history
Recently released setuptools breaks all projects' CI tests,
need block version 36.0.0. For more details, please refer to
upstream issue: pypa/setuptools#1042

Change-Id: Ieb889762f43de042f6a9c659cf24c16682321a47
  • Loading branch information
glongwave committed Jun 1, 2017
1 parent 7a331bd commit fcc4093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ selenium>=2.50.1 # Apache-2.0
# NOT set an upper bound on setuptools, as that will lead to uninstallable
# 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
setuptools>=16.0,!=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 # PSF/ZPL
setuptools>=16.0,!=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.0.0 # PSF/ZPL
sphinx>=1.5.1,!=1.6.1 # BSD
sphinx-testing # BSD License
sphinxcontrib-actdiag # BSD
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
virtualenv>=13.1.0 # MIT
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,>=16.0 # PSF/ZPL
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.0.0>=16.0 # PSF/ZPL
mock>=2.0 # BSD

# this is required for the docs build jobs
Expand Down

0 comments on commit fcc4093

Please sign in to comment.