Skip to content

Commit 65159a9

Browse files
authored
Merge pull request #22764 from meeseeksmachine/auto-backport-of-pr-22756-on-v3.5.x
Backport PR #22756 on branch v3.5.x (Use system distutils instead of the setuptools copy)
2 parents b042615 + ea3c3bc commit 65159a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ stages:
127127
displayName: 'Install dependencies with pip'
128128
129129
- bash: |
130-
python -m pip install -ve . ||
130+
# Due to https://github.com/pypa/setuptools/pull/2896
131+
SETUPTOOLS_USE_DISTUTILS=stdlib python -m pip install -ve . ||
131132
[[ "$PYTHON_VERSION" = 'Pre' ]]
132133
displayName: "Install self"
133134

0 commit comments

Comments
 (0)