Kaydet (Commit) 0d38f2e6 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Skip test_smtpnet when ssl is not available

üst e0cb15ac
......@@ -3,7 +3,8 @@
import unittest
from test import support
import smtplib
import ssl
ssl = support.import_module("ssl")
support.requires("network")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment