This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients ncoghlan, python-dev, tim.peters
Date 2013-11-24.02:49:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385261372.13.0.515701276594.issue19744@psf.upfronthosting.co.za>
In-reply-to
Content
Temporarily skipped the test to appease the build bots for the beta release, but this should be changed so that ensurepip refuses to bootstrap pip if SSL/TLS support is not available.

test_venv would then be updated to check for the appropriate behaviour (e.g. by inserting a dummy ssl.py that just raises import error into the venv)
History
Date User Action Args
2013-11-24 02:49:32ncoghlansetrecipients: + ncoghlan, tim.peters, python-dev
2013-11-24 02:49:32ncoghlansetmessageid: <1385261372.13.0.515701276594.issue19744@psf.upfronthosting.co.za>
2013-11-24 02:49:32ncoghlanlinkissue19744 messages
2013-11-24 02:49:31ncoghlancreate