Skip to content

Commit

Permalink
Cap setuptools<46.0.0
Browse files Browse the repository at this point in the history
setuptools 46.0.0 contradicts pyScss 1.3.4 because 'Feature' were deprecated.
Please see pypa/setuptools#2017.

For more details please see Iafab38336daf5d84ef9e19248b59adccfacc29ec

Change-Id: I7483de7478baf454bf8cf518c3e0e515b991e00d
Related-Bug: #1866961
  • Loading branch information
e0ne committed Mar 12, 2020
1 parent 2be2b29 commit 7907380
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion global-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,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
# Cap setuptools<46.0.0 due to contradicts pyScss 1.3.4
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,<46.0.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 7907380

Please sign in to comment.