Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-30175: Skip client cert tests of test_imaplib #1320

Merged
merged 2 commits into from Apr 27, 2017
Merged

Commits on Apr 27, 2017

  1. 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.
    vstinner committed Apr 27, 2017
  2. bpo-30188: Catch EOFError in NetworkedNNTPTests

    test_nntplib fails randomly with EOFError in
    NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that
    case.
    vstinner committed Apr 27, 2017