[New-bugs-announce] [issue14341] sporadic (?) test_urllib2 failures

Antoine Pitrou report at bugs.python.org
Sat Mar 17 01:26:09 CET 2012


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

======================================================================
FAIL: test_method_deprecations (test.test_urllib2.OpenerDirectorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/test/test_urllib2.py", line 628, in test_method_deprecations
    req.get_host()
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/contextlib.py", line 54, in __exit__
    next(self.gen)
  File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/test/support.py", line 776, in _filterwarnings
    missing[0])
AssertionError: filter ('', DeprecationWarning) did not catch any warning

----------
assignee: orsenthil
components: Library (Lib), Tests
messages: 156111
nosy: orsenthil, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: sporadic (?) test_urllib2 failures
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list