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 martin.panter
Recipients EWDurbin, alex, benjamin.peterson, georg.brandl, koobs, larry, lemburg, martin.panter, python-dev, skrah, yan12125
Date 2016-01-04.05:52:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451886722.6.0.494024603706.issue25940@psf.upfronthosting.co.za>
In-reply-to
Content
Assuming it is practical, would it be appropriate to convert the failing tests to connect to a local server running in a background Python thread? Perhaps using the existing ThreadedEchoServer. That way the tests wouldn’t require an internet connection, and the certificates used etc should be all contained within the Python source tree.
History
Date User Action Args
2016-01-04 05:52:02martin.pantersetrecipients: + martin.panter, lemburg, georg.brandl, larry, benjamin.peterson, alex, skrah, python-dev, koobs, yan12125, EWDurbin
2016-01-04 05:52:02martin.pantersetmessageid: <1451886722.6.0.494024603706.issue25940@psf.upfronthosting.co.za>
2016-01-04 05:52:02martin.panterlinkissue25940 messages
2016-01-04 05:52:02martin.pantercreate