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

2015-06-02 Thread Nick Coghlan

Changes by Nick Coghlan ncogh...@gmail.com:


--
assignee:  - ncoghlan

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24267
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2015-06-02 Thread Nick Coghlan

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 rep...@bugs.python.org
http://bugs.python.org/issue24267
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2015-06-02 Thread Roundup Robot

Roundup Robot added the comment:

New changeset f39e9bcd789b by Donald Stufft in branch '3.5':
Merge the fix for #24267
https://hg.python.org/cpython/rev/f39e9bcd789b

New changeset 6dffea6134ad by Donald Stufft in branch 'default':
Merge the fix for #24267
https://hg.python.org/cpython/rev/6dffea6134ad

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24267
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2015-06-02 Thread Roundup Robot

Roundup Robot added the comment:

New changeset aaa015dde686 by Donald Stufft in branch '3.4':
Closes #24267 - Does not check version on ensurepip uninstall
https://hg.python.org/cpython/rev/aaa015dde686

--
nosy: +python-dev
resolution:  - fixed
stage:  - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24267
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2015-06-02 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 02d214716367 by Donald Stufft in branch '2.7':
Issue #24267 - Ensure that pip version check is disabled on uninstall
https://hg.python.org/cpython/rev/02d214716367

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24267
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2015-06-02 Thread Ned Deily

Ned Deily added the comment:

All of the 3.x buildbots are broken again due to the pip 7.0.3 update.

==
FAIL: test_with_pip (test.test_venv.EnsurePipTest)
--
Traceback (most recent call last):
  File 
/var/lib/buildbot/slaves/profile-opt-bot/3.5.gps-debian-profile-opt/build/Lib/test/test_venv.py,
 line 390, in test_with_pip
self.assertEqual(err, )
AssertionError: You are using pip version 7.0.1, however[102 chars]d.\n != ''
- You are using pip version 7.0.1, however version 7.0.3 is available.
- You should consider upgrading via the 'pip install --upgrade pip' command.

--
nosy: +ned.deily
priority: normal - critical
versions: +Python 3.4, Python 3.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24267
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2015-05-23 Thread Martin Panter

Martin Panter added the comment:

Actually looks like I should have updated before I opened this bug. I just 
updated and I suspect revision 29b95625a07c (“Merge 3.4 into default, upgrading 
pip to 7.0.1”, a large binary change) fixed it for me.

But I did wonder why removing -unetwork didn’t affect the result, so perhaps we 
can leave this bug open to address that aspect. Feel free to clarify if I got 
the title wrong.

--
title: test_venv.EnsurePipTest.test_with_pip version conflict - 
test_venv.EnsurePipTest.test_with_pip triggers version check over network

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24267
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2015-05-23 Thread Donald Stufft

Donald Stufft added the comment:

Yea, I already upgraded pip. I did forget that we'll want to add 
--disable-pip-version-check to the pip invocation inside of ensurepip.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24267
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com