Ticket #5777: t5777-failing-tests.diff
| File t5777-failing-tests.diff, 0.7 KB (added by Alex, 11 months ago) |
|---|
-
twisted/conch/test/test_userauth.py
37 37 class userauth: 38 38 class SSHUserAuthClient: 39 39 """ 40 A stub class so that l eter class definitions won't die.40 A stub class so that later class definitions won't die. 41 41 """ 42 42 else: 43 43 from twisted.conch.ssh.common import NS … … 1064 1064 1065 1065 1066 1066 class ModuleInitializationTestCase(unittest.TestCase): 1067 if keys is None: 1068 skip = "cannot run w/o PyCrypto or PyASN1" 1067 1069 1068 1070 1069 1071 def test_messages(self):
