[Python-checkins] [python/cpython] 8a39af: bpo-30231: Remove skipped test_imaplib tests (#141...

GitHub noreply at github.com
Wed Jun 14 16:43:02 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 8a39af945796164a16a607fecfef5297b7a87deb
      https://github.com/python/cpython/commit/8a39af945796164a16a607fecfef5297b7a87deb
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-06-14 (Wed, 14 Jun 2017)

  Changed paths:
    M Lib/test/test_imaplib.py

  Log Message:
  -----------
  bpo-30231: Remove skipped test_imaplib tests (#1419) (#2192)

The public cyrus.andrew.cmu.edu IMAP server (port 993) doesn't accept
TLS connection using our self-signed x509 certificate. Remove the two
tests which are already skipped.

Write a new test_certfile_arg_warn() unit test for the certfile
deprecation warning.
(cherry picked from commit b18563da8803433509e9a0e29718e0271014659f)




More information about the Python-checkins mailing list