Issue 12136: test_logging fails when no ssl available (original) (raw)
====================================================================== ERROR: test_output (test.test_logging.HTTPHandlerTest)
Traceback (most recent call last): File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/test/test_logging.py", line 1529, in test_output import ssl File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/importlib/_bootstrap.py", line 437, in load_module return self._load_module(fullname) File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/importlib/_bootstrap.py", line 141, in decorated return fxn(self, module, *args, **kwargs) File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/importlib/_bootstrap.py", line 342, in _load_module exec(code_object, module.dict) File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/ssl.py", line 60, in import _ssl # if we can't import it, let the error propagate ImportError: No module named '_ssl'