test: CI repro#33470
Conversation
|
Validation for Azure CLI Full Test Starting...
Thanks for your contribution! |
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR removes the entire contents of src/azure-cli/setup.py, leaving the file effectively empty. This will break the package's build and installation process, as setuptools relies on this file to define the azure-cli package metadata, dependencies, version, and entry points.
Changes:
- Deletes the shebang, license header, and all imports from
setup.py. - Removes the
VERSIONdefinition, version validation logic,CLASSIFIERS, and the fullDEPENDENCIESlist. - Removes the
setup()invocation includingpackage_data,scripts,install_requires, andcmdclassconfiguration.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,223 +1 @@ | |||
| #!/usr/bin/env python | |||
|
|
|||
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
Thank you for your contribution @gn00295120! We will review the pull request and get back to you soon. |
Testing pipeline behavior.