[issue21069] urllib unit tests failing without ssl module

Daniel Farrell report at bugs.python.org
Wed Mar 26 09:10:37 CET 2014


New submission from Daniel Farrell:

I'm seeing quite a few unit test failures in urllib ("urlopen error unknown url type: https"). From what I've gathered on IRC, this seems to be because I'm missing the ssl module. I'm seeing these errors in 3.4.0, after a simple `./configure; make; make test`. Test results: http://pastebin.com/5LBAjkVW

I'm not seeing them after `hg clone http://hg.python.org/cpython; ./configure --with-pydebug && make -j2; ./python -m test -j3`, via http://docs.python.org/devguide/#quick-start.

Issue 20939 is the closest thing I've found to this, but it seems to be more narrowly scoped (http -> https change at python.org). Nice people on IRC suggest that this is a different enough problem to warrant a new issue.

I'm on an up-to-date Fedora 20 install.

----------
files: test_failures.txt
messages: 214882
nosy: dfarrell07
priority: normal
severity: normal
status: open
title: urllib unit tests failing without ssl module
versions: Python 3.4
Added file: http://bugs.python.org/file34626/test_failures.txt

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


More information about the Python-bugs-list mailing list