]> granicus.if.org Git - python/commit
bpo-30175: Skip client cert tests of test_imaplib (#1320) (#1324)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 27 Apr 2017 19:32:09 +0000 (21:32 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2017 19:32:09 +0000 (21:32 +0200)
commit0eda2d43a7d5b262c979b944592999015a822395
treef6ede8fccfe2720c18f30e6cc3257872688e0caa
parentc4dfe2537fee970dc1bf3eb4fc2a3e007b36531c
bpo-30175: Skip client cert tests of test_imaplib (#1320) (#1324)

* bpo-30175: Skip client cert tests of test_imaplib

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

* bpo-30188: Catch EOFError in NetworkedNNTPTests

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

(cherry picked from commit 5bccca58b9b2b3a925b16750bedbd907695ea8d7)
Lib/test/test_imaplib.py
Lib/test/test_nntplib.py