File tree Expand file tree Collapse file tree
.azure-pipelines/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,18 +15,9 @@ steps:
1515 python -m venv env
1616 chmod +x env/bin/activate
1717 . env/bin/activate
18- # Cap setuptools<81 to match the CLI build (81 drops setup.py --dry-run,
19- # 82 removes pkg_resources) so `azdev setup` builds under a supported
20- # setuptools regardless of what the agent image ships.
18+
2119 python -m pip install -U pip "setuptools<81"
22- # Pin azdev to azure-cli-dev-tools commit 644d296 (0.2.12). This bundles:
23- # decouple extension metadata from wheel==0.30.0 (#549), quote paths in
24- # editable installs (#551), and --no-build-isolation for editable installs
25- # (#552) so extensions whose setup.py imports azure (e.g. confcom) build
26- # against the environment instead of an isolated PEP 517 env under
27- # setuptools>=79. It is not on PyPI yet; switch this to
28- # `pip install --upgrade "azdev==0.2.12"` once published to PyPI.
29- pip install --upgrade "git+https://github.com/Azure/azure-cli-dev-tools.git@644d296d9ca9b322b438d5ca21141b247258d0e5#egg=azdev"
20+ pip install --upgrade "azdev==0.2.12"
3021 azdev --version
3122
3223 if [ -z "$CLI_EXT_REPO_PATH" ]; then
You can’t perform that action at this time.
0 commit comments