commit | 8a39af945796164a16a607fecfef5297b7a87deb | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Jun 14 22:43:01 2017 +0200 |
committer | GitHub <noreply@github.com> | Wed Jun 14 22:43:01 2017 +0200 |
tree | 85ddda3a4408dd71e3fbe65eceaf70651ec60f78 | |
parent | 6628006941f4382813a9af4628894c99bb333b8f [diff] |
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)