--disable-pip-version-check doesn't appear to be working · Issue #2860 · pypa/pip (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
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).