New submission from Stefan Krah <stefan-use...@bytereef.org>:

test_pydoc fails on Ubuntu Lucid:

======================================================================
FAIL: test_apropos_with_bad_package (test.test_pydoc.PydocImportTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/stefan/pydev/cpython/Lib/test/test_pydoc.py", line 409, in 
test_apropos_with_bad_package
    self.assertEqual(b'', result)
AssertionError: b'' != b'Crypto.Protocol.AllOrNothing - This file implements 
all-or-nothing package 
transformations.\nCrypto.SelfTest.Protocol.test_AllOrNothing'

======================================================================
FAIL: test_apropos_with_unreadable_dir (test.test_pydoc.PydocImportTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/stefan/pydev/cpython/Lib/test/test_pydoc.py", line 419, in 
test_apropos_with_unreadable_dir
    self.assertEqual(b'', result)
AssertionError: b'' != b'Crypto.Protocol.AllOrNothing - This file implements 
all-or-nothing package 
transformations.\nCrypto.SelfTest.Protocol.test_AllOrNothing'

----------------------------------------------------------------------

----------
components: Tests
messages: 151962
nosy: skrah
priority: normal
severity: normal
stage: needs patch
status: open
title: test_pydoc failure
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13861>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to