Pin wheel version.#8896
Merged
tjprescott merged 1 commit intoAzure:devfrom Mar 29, 2019
tjprescott:FixWheel
Merged
Conversation
yugangw-msft
approved these changes
Mar 29, 2019
Contributor
|
I assume this won't impact the original homebrew fix which unpinned the version |
Member
Author
|
#8744 Right now, the unpinning of this is giving extension developers a version of wheel that the CI will reject and also broke the extension docs CI. I think we should revert this change until we see how much work is involved in making our entire extensions infrastructure compatible with the latest versions of wheel before we alter this dependency requirement. |
marstr
approved these changes
Mar 29, 2019
This was referenced Mar 16, 2020
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CLI extensions rely on wheel files containing metadata and thus require they be built using wheel 0.29.0 or 0.30.0. Recent releases are not compatible and updating the CLI results in wheel 0.31.1. This PR pins the version.
This checklist is used to make sure that common guidelines for a pull request are followed.
[N/A] The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).
I adhere to the Command Guidelines.