Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f31f5d

Browse files
authored
Merge pull request #25083 from meeseeksmachine/auto-backport-of-pr-25074-on-v3.7.x
Backport PR #25074 on branch v3.7.x (Revert "Use system distutils instead of the setuptools copy")
2 parents c9ce08d + 5329101 commit 2f31f5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ stages:
130130
displayName: 'Install dependencies with pip'
131131
132132
- bash: |
133-
# Due to https://github.com/pypa/setuptools/pull/2896
134-
SETUPTOOLS_USE_DISTUTILS=stdlib python -m pip install -ve . ||
133+
python -m pip install -ve . ||
135134
[[ "$PYTHON_VERSION" = 'Pre' ]]
136135
displayName: "Install self"
137136

0 commit comments

Comments
 (0)