[issue19744] test_venv and installation fail if SSL/TLS is not available

Nick Coghlan report at bugs.python.org
Fri Feb 14 12:13:15 CET 2014


Nick Coghlan added the comment:

Note: I'm deliberately not worrying about ensurepip._uninstall here, since that only gets invoked implicitly in the Windows uninstaller, and that should always have a valid SSL to play with.

Always, since I worked out how to disable ssl in my local build (just a small tweak to setup.py), I was able to verify the correct behaviour of test_ensurepip and test_venv with SSL unavailable.

----------

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


More information about the Python-bugs-list mailing list