From 73917a9b46e968377c41f2ebee9f2575748729cb Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Wed, 25 Jan 2023 11:42:26 +0500 Subject: [PATCH] fix: remove local setuptools override (#31649) --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 24aefcf61b..7aa7334fdf 100644 --- a/Makefile +++ b/Makefile @@ -118,9 +118,6 @@ $(COMMON_CONSTRAINTS_TXT): compile-requirements: export CUSTOM_COMPILE_COMMAND=make upgrade compile-requirements: $(COMMON_CONSTRAINTS_TXT) ## Re-compile *.in requirements to *.txt -# Remove setuptools constraint from common constraints to bump version in edx-platform requirements. -# This will be removed after completing the testing of the setuptools updated version on pipelines. - sed -i 's/setuptools<60//g' requirements/common_constraints.txt pip install -q pip-tools pip-compile --allow-unsafe --upgrade -o requirements/edx/pip.txt requirements/edx/pip.in