]> granicus.if.org Git - python/commit
bpo-30231: Remove skipped test_imaplib tests (#1419)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Jun 2017 16:48:32 +0000 (18:48 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2017 16:48:32 +0000 (18:48 +0200)
commitb18563da8803433509e9a0e29718e0271014659f
tree7df52fe32ea0031389ae41f1c436c18140c2b41a
parent778b484145edfd0d9b65129322d3295bed8eb71a
bpo-30231: Remove skipped test_imaplib tests (#1419)

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.
Lib/test/test_imaplib.py