This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients orsenthil, pitrou, r.david.murray, skrah
Date 2012-04-06.18:50:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333738226.48.0.275105105911.issue14341@psf.upfronthosting.co.za>
In-reply-to
Content
Running test_http_cookiejar and test_urllib2 in succession always
fails here. The same thing occurs when running test_urllib2
twice:

$ ./python -m test test_http_cookiejar test_urllib2
[1/2] test_http_cookiejar
[2/2] test_urllib2
test test_urllib2 failed -- Traceback (most recent call last):
  File "/home/stefan/pydev/cpython/Lib/test/test_urllib2.py", line 628, in test_method_deprecations
    req.get_host()
  File "/home/stefan/pydev/cpython/Lib/contextlib.py", line 54, in __exit__
    next(self.gen)
  File "/home/stefan/pydev/cpython/Lib/test/support.py", line 766, in _filterwarnings
    missing[0])
AssertionError: filter ('', DeprecationWarning) did not catch any warning

1 test OK.
1 test failed:
    test_urllib2
History
Date User Action Args
2012-04-06 18:50:26skrahsetrecipients: + skrah, orsenthil, pitrou, r.david.murray
2012-04-06 18:50:26skrahsetmessageid: <1333738226.48.0.275105105911.issue14341@psf.upfronthosting.co.za>
2012-04-06 18:50:25skrahlinkissue14341 messages
2012-04-06 18:50:25skrahcreate