From 1a759659fee56a8b7896948b55a1049f1eebce43 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Thu, 16 Nov 2023 12:21:19 -0800 Subject: [PATCH] Enable vendored copy of distutils in entry_point test (#82232) * Enable use of vendored copy of distutils by removing the environment variable SETUPTOOLS_USE_DISTUTILS Signed-off-by: Abhijeet Kasurde --- test/integration/targets/entry_points/runme.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/targets/entry_points/runme.sh b/test/integration/targets/entry_points/runme.sh index cabf153a248..f8d6fe5f17f 100755 --- a/test/integration/targets/entry_points/runme.sh +++ b/test/integration/targets/entry_points/runme.sh @@ -4,7 +4,6 @@ set -eu -o pipefail source virtualenv.sh set +x unset PYTHONPATH -export SETUPTOOLS_USE_DISTUTILS=stdlib base_dir="$(dirname "$(dirname "$(dirname "$(dirname "${OUTPUT_DIR}")")")")" bin_dir="$(dirname "$(command -v pip)")"