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 vstinner
Recipients christian.heimes, pitrou, vstinner
Date 2017-04-27.14:13:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493302420.81.0.47022146651.issue30175@psf.upfronthosting.co.za>
In-reply-to
Content
I proposed a quick fix to repair our development process (CI) and buildbots, skip the two failing files:
https://github.com/python/cpython/pull/1320/

I would give our more time to decide what to do:

* contact cyrus.andrew.cmu.edu sysadmin to ask him/her to accept our client cert or revert their IMAP config :-)
* setup a new IMAP server accepts this client cert on pythontest.net
* mock a IMAP server in test_imaplib: mock everything (no network), or "real" TCP server doing the TLS handshake? Mock everything doens't make sense for a unit test designed to use "remote" resources?
History
Date User Action Args
2017-04-27 14:13:40vstinnersetrecipients: + vstinner, pitrou, christian.heimes
2017-04-27 14:13:40vstinnersetmessageid: <1493302420.81.0.47022146651.issue30175@psf.upfronthosting.co.za>
2017-04-27 14:13:40vstinnerlinkissue30175 messages
2017-04-27 14:13:40vstinnercreate