Nick Coghlan added the comment:

There's two issues here:

1. The bundled pip should be upgraded to the recently released 7.0 (I believe 
we can do that after beta 1, due to the different-from-normal guidelines set up 
in PEP 453)

2. Neither the tests nor ensurepip itself should be touching the network by 
default, so we need to change the way we implicitly invoke pip to ensure the 
"up to date" check is disabled (it will still get triggered the first time a 
user invokes pip normally)

----------
nosy: +larry

_______________________________________
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

Reply via email to