[Python-checkins] [python/cpython] 4dc3b9: bpo-30175: Skip client cert tests of test_imaplib ...

GitHub noreply at github.com
Thu Apr 27 12:25:05 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 4dc3b9cf2a868a8378ecbc2221a15e7b59e8e944
      https://github.com/python/cpython/commit/4dc3b9cf2a868a8378ecbc2221a15e7b59e8e944
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M Lib/test/test_imaplib.py
    M Lib/test/test_nntplib.py

  Log Message:
  -----------
  bpo-30175: Skip client cert tests of test_imaplib (#1320) (#1323)

* 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)




More information about the Python-checkins mailing list