[issue24267] test_venv.EnsurePipTest.test_with_pip triggers version check over network

Nick Coghlan report at bugs.python.org
Tue Jun 2 11:49:59 CEST 2015


Nick Coghlan added the comment:

Adding the "--disable-pip-version-check" option doesn't make the warning go away, and apparently the already passed "--no-index" flag is supposed to imply that one anyway:

==================
--disable-pip-version-check

    Don't periodically check PyPI to determine whether a new version of pip is available for download. Implied with --no-index.
==================

Filed https://github.com/pypa/pip/issues/2860, reassigning to Donald and adding Paul to the nosy list.

----------
assignee: ncoghlan -> dstufft
nosy: +paul.moore

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24267>
_______________________________________


More information about the Python-bugs-list mailing list