From bf1c73df805539976c45d56fc3c57d8b4e882fb4 Mon Sep 17 00:00:00 2001 From: Kiran Pawar Date: Wed, 22 Sep 2021 16:05:15 +0200 Subject: [PATCH] Do not use setuptools > 58.0.0 Due to bug https://github.com/pypa/setuptools/issues/2769 --- global-requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/global-requirements.txt b/global-requirements.txt index cce4f245a..5de49f618 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -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