New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12121>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to