--disable-pip-version-check doesn't appear to be working · Issue #2860 · pypa/pip (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@ncoghlan

Description

@ncoghlan

Investigating http://bugs.python.org/issue24267 suggests that --disable-pip-version-check isn't actually switching off the version check, and that's causing the CPython test suite to break when new version of pip are available, but haven't been bundled with CPython yet (ensurepip passes "--no-index" which, according to the docs, should be enough to disable the version check, but even passing the full flag explicitly still receives the warning).