]> granicus.if.org Git - python/commit
bpo-30231: Remove skipped test_imaplib tests (#1419) (#2193)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 14 Jun 2017 20:43:02 +0000 (22:43 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2017 20:43:02 +0000 (22:43 +0200)
commit7895a0585b4b6a1c8082d17227307c6ce2c8bb8b
tree222f7ba351cd2f489582b1e27e164f52dfbae3cf
parenta3afdca2190201bf6572435226dd3f8668139002
bpo-30231: Remove skipped test_imaplib tests (#1419) (#2193)

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