[issue19744] test_venv fails if SSL/TLS is not available

2014-02-11 Thread Nick Coghlan
Changes by Nick Coghlan : -- assignee: tim.peters -> ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue19744] test_venv fails if SSL/TLS is not available

2014-02-11 Thread Nick Coghlan
Nick Coghlan added the comment: This upsets "make install" as well - currently with a traceback. -- priority: deferred blocker -> release blocker status: pending -> open ___ Python tracker _

[issue19744] test_venv fails if SSL/TLS is not available

2014-02-04 Thread Nick Coghlan
Changes by Nick Coghlan : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue19744] test_venv fails if SSL/TLS is not available

2014-01-02 Thread Nick Coghlan
Nick Coghlan added the comment: This should be fixed, so I don't think it's a release blocker any more, but I also don't want to close it until Tim confirms it also works for him. -- priority: release blocker -> deferred blocker status: pending -> open _

[issue19744] test_venv fails if SSL/TLS is not available

2013-12-23 Thread Nick Coghlan
Nick Coghlan added the comment: I ended up not implementing step 3 - if you don't have SSL/TLS built, and you pass with_pip to the venv module API, or use the default settings for pyvenv, you *will* get an error from ensurepip. Instead, I just kept the test skip in test_venv. ensurepip and tes

[issue19744] test_venv fails if SSL/TLS is not available

2013-12-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset f670d8db8ef3 by Nick Coghlan in branch 'default': Issue #19744: improve ensurepip error when ssl is missing http://hg.python.org/cpython/rev/f670d8db8ef3 -- ___ Python tracker

[issue19744] test_venv fails if SSL/TLS is not available

2013-12-21 Thread Nick Coghlan
Nick Coghlan added the comment: OK, since pip 1.5 will still have the SSL/TLS dependency, the approach I'll go with for 3.4 is to: 1. Have ensurepip refuse to bootstrap pip if the ssl module is not available (noting that we'll remove that restriction if pip 1.6 avoids the strict dependency) 2

[issue19744] test_venv fails if SSL/TLS is not available

2013-12-10 Thread Donald Stufft
Donald Stufft added the comment: Can this be solved in ensurepip for now? I've been banging away at this but it's going to require some refactoring in pip to make it reasonably work. The move to distlib and requests made this harder to do than the old PR against pip could handle. --

[issue19744] test_venv fails if SSL/TLS is not available

2013-12-03 Thread Piotr Dobrogost
Changes by Piotr Dobrogost : -- nosy: +piotr.dobrogost ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue19744] test_venv fails if SSL/TLS is not available

2013-12-03 Thread Nick Coghlan
Changes by Nick Coghlan : -- title: ensurepip should refuse to install pip if SSL/TLS is not available -> test_venv fails if SSL/TLS is not available ___ Python tracker ___