-
Notifications
You must be signed in to change notification settings - Fork 405
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
Disable pip version check #1001
Disable pip version check #1001
Conversation
/retitle [WIP] Fix pip error building Azure images |
/test pull-azure-sigs |
1 similar comment
/test pull-azure-sigs |
86545fc
to
4fa97a4
Compare
/retitle Disable pip version check |
/test pull-azure-sigs |
1 similar comment
/test pull-azure-sigs |
/assign @CecileRobertMichon @marosset |
Flatcar failed to build, seems unrelated:
|
4fa97a4
to
235bfe8
Compare
Refactored to use environment variable toggles instead, and to silence the warning about running as root. |
/test pull-azure-sigs |
related to #958? cc @kkeshavamurthy |
I don't think it's directly related. |
/lgtm |
Created #1002. |
/test pull-azure-sigs |
this might finally fix #766 ? 🙏 What version of Pip do we end up with? The version tied to the python installed? |
AFAICT we use the Upgrading So this change isn't strictly necessary right now since |
Thanks for the details. I think it is likely still required since this seems to happen periodically (maybe there is some type of lag when pip upgrades?) This will prevent it from happening again and make the behavior more detministic since we control the pip version. /lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mboersma do we still want this?
@CecileRobertMichon yes, I think it's a worthwhile change that would prevent a similar problem in the future. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon, mboersma The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Disables
pip3
's behavior of automatically checking online whether it has a new version available. For some reason, this check fails in our CI environment.Previously
Trying to fix an error that popped up in the
pull-azure-sigs
job. May have to do withpip
or other packages being updated but not pinned in this project.Which issue(s) this PR fixes:
Fixes #
Additional context