[3.5] bpo-30175: Skip client cert tests of test_imaplib (#1320) by vstinner · Pull Request #1324 · python/cpython (original) (raw)

The IMAP server cyrus.andrew.cmu.edu doesn't accept our randomly
generated client x509 certificate anymore.

test_nntplib fails randomly with EOFError in
NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that
case.

(cherry picked from commit 5bccca5)