-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Workaround CI failures due to "pip search" throttling #9051
Conversation
These tests use the script fixture which as a 30s setup time on my machine. This KILLS productivity when trying to run unit tests as part of a feedback loop during development.
Cool, this works for the |
Skipping the failing tests is fine, right? :) |
If you don't want to add a new env var, Azure Pipelines has a It's less obvious what it's for though. This is how we used it at Pillow (but we've since dropped Azure Pipelines): python-pillow/Pillow#4074 |
I'mma head to bed, so let's hope the CI passes. If it does, please feel free to merge if no one raises concerns. :) |
I think it's fine, since we have |
Looks like the issue is deeper, with the failure on Azure+MacOS originating from the use of the |
I'm gonna drop from 7669d84 from this. The rest is A-OK to force-merge IMO (since it fixes the pip search issue). IMO we should tackle the Azure MacOS issue separately. |
7669d84
to
abb3d0f
Compare
Toward #9030