bzr 0.10 selftest result on Linux with paramiko but without pycrypto
Alexander Belchenko
bialix at ukr.net
Wed Sep 13 16:05:20 BST 2006
When paramiko installed without pycrypto on Linux box there is 2 failed
tests in bzr 0.10:
======================================================================
ERROR: test_bandwidth (bzrlib.tests.test_sftp_transport.TestSocketDelay)
vvvv[log from
bzrlib.tests.test_sftp_transport.TestSocketDelay.test_bandwidth]
^^^^[log from
bzrlib.tests.test_sftp_transport.TestSocketDelay.test_bandwidth]
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/bzr/bzr-0.10/bzrlib/tests/test_sftp_transport.py", line
433, in test_bandwidth
from bzrlib.transport.sftp import SocketDelay
File "/tmp/bzr/bzr-0.10/bzrlib/transport/sftp.py", line 59, in ?
raise ParamikoNotPresent(e)
ParamikoNotPresent: Unable to import paramiko (required for sftp
support): No module named Crypto.Util.randpool
======================================================================
ERROR: test_delay (bzrlib.tests.test_sftp_transport.TestSocketDelay)
vvvv[log from
bzrlib.tests.test_sftp_transport.TestSocketDelay.test_delay]----
^^^^[log from
bzrlib.tests.test_sftp_transport.TestSocketDelay.test_delay]----
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/bzr/bzr-0.10/bzrlib/tests/test_sftp_transport.py", line
407, in test_delay
from bzrlib.transport.sftp import SocketDelay
File "/tmp/bzr/bzr-0.10/bzrlib/transport/sftp.py", line 59, in ?
raise ParamikoNotPresent(e)
ParamikoNotPresent: Unable to import paramiko (required for sftp
support): No module named Crypto.Util.randpool
----------------------------------------------------------------------
Ran 2966 tests in 789.523s
FAILED (errors=2)
--
Alexander
More information about the bazaar
mailing list