Should not import Wheel.Install in test_index.py #6835
Labels
Auto-Assign
Auto assign by bot
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Connected Kubernetes
Service Attention
This issue is responsible by Azure service team.
Milestone
Describe the bug
There is an issue with PR checklist command
python scripts/ci/test_index.py -q
. The script should not import Wheel.Install in test_index.py as Wheel does not have a public API. There is a "regression" in newer Wheel versions after0.30.0
wheretest_index.py
breaks with the following error:Researched this issue, and here is the official Wheel team response:
Code with the issue:
https://github.com/Azure/azure-cli-extensions/blob/17c726f5e2770597224a5e48700672f9f5888113/scripts/ci/test_index.py#L23C24-L23C24
Related command
python scripts/ci/test_index.py -q
Errors
Issue script & Debug output
No debug needed for this command
Expected behavior
Should not throw an error.
Environment Summary
Additional context
No response
The text was updated successfully, but these errors were encountered: