Skip to content

[3.6] bpo-30175: Skip client cert tests of test_imaplib (#1320)#1323

Merged
vstinner merged 1 commit intopython:3.6from
vstinner:backport-5bccca5-3.6
Apr 27, 2017
Merged

[3.6] bpo-30175: Skip client cert tests of test_imaplib (#1320)#1323
vstinner merged 1 commit intopython:3.6from
vstinner:backport-5bccca5-3.6

Conversation

@vstinner
Copy link
Member

  • 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 5bccca5)

* 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 5bccca5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants