Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin urllib3 to fix issue with vcrpy #468

Merged
merged 1 commit into from
May 23, 2023
Merged

Conversation

vxfield
Copy link
Member

@vxfield vxfield commented May 23, 2023

Replaces (and based on) #464.

vcrpy is incompatible with the latest urllib3 2.0.2 (kevin1024/vcrpy#688).

This PR is a temporary workaround to pin some older versions of the dependencies to unblock our test pipelines.

We take an indirect dependency on vcrpy and urllib3 from the azure-devtool package, which contains the Azure SDK test infrastructure.
Once vcrpy is fixed and azure-devtool picks the fix, we can undo this workaround.

@vxfield vxfield marked this pull request as ready for review May 23, 2023 21:47
Copy link
Contributor

@kuzminrobin kuzminrobin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Once the qdk.release passes the step fixed by this change (see earlier failure in "Build QDK-Python"/"Test all") feel free to merge (the subsequent steps may still fail and need a separate fix).

@vxfield vxfield merged commit 7d6963a into main May 23, 2023
@vxfield vxfield deleted the xfield/vcrpy-workaround branch May 23, 2023 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants