[issue12121] test_packaging failure when ssl is not available

Antoine Pitrou report at bugs.python.org
Thu May 19 18:22:58 CEST 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

I get the following failure when the ssl module is not available:

======================================================================
ERROR: test_https_connection (packaging.tests.test_command_upload_docs.UploadDocsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/t/cpython/Lib/packaging/tests/test_command_upload_docs.py", line 151, in test_https_connection
    orig_https = upload_docs_mod.http.client.HTTPSConnection
AttributeError: 'module' object has no attribute 'HTTPSConnection'

----------
assignee: tarek
components: Distutils2, Tests
messages: 136303
nosy: alexis, eric.araujo, pitrou, tarek
priority: high
severity: normal
stage: needs patch
status: open
title: test_packaging failure when ssl is not available
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12121>
_______________________________________


More information about the Python-bugs-list mailing list