Issue #25591: Fix test_imaplib if ssl miss

This commit is contained in:
Victor Stinner 2017-01-12 11:51:31 +01:00
parent 87006a3d4a
commit de383289ea
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ class NewIMAPTests(NewIMAPTestsMixin, unittest.TestCase):
@unittest.skipUnless(ssl, "SSL not available")
class NewIMAPSSLTests(NewIMAPTestsMixin, unittest.TestCase):
imap_class = imaplib.IMAP4_SSL
imap_class = IMAP4_SSL
server_class = SecureTCPServer
def test_ssl_raises(self):