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

Pass --disable-pip-version-check in tests #11135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented May 22, 2022

Pass --disable-pip-version-check when running pip from the test suite.
In the best case, these checks are unnecessary and in the worst, they
cause tests to fail by emitting warnings.

Fixes #11114

news/11114.bugfix.rst Outdated Show resolved Hide resolved
Pass `--disable-pip-version-check` when running pip from the test suite.
In the best case, these checks are unnecessary and in the worst, they
cause tests to fail by emitting warnings.

Fixes pypa#11114
@mgorny mgorny force-pushed the disable-version-check branch from a0080d2 to 8f94bdc Compare May 22, 2022 16:02
@uranusjr
Copy link
Member

Probably easier to set the environment variable instead?

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.

22.1: pip upgrade warning is causing numerous test failures when offline
4 participants