Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:frispete:python
python-Twisted
disable-alt-rsa-key-comparison.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File disable-alt-rsa-key-comparison.patch of Package python-Twisted
Index: b/src/twisted/conch/test/test_keys.py =================================================================== --- a/src/twisted/conch/test/test_keys.py +++ b/src/twisted/conch/test/test_keys.py @@ -238,9 +238,9 @@ class KeyTests(unittest.TestCase): keydata.privateRSA_openssh_encrypted, passphrase=b'encrypted'), keys.Key.fromString(keydata.privateRSA_openssh)) - self.assertEqual(keys.Key.fromString( - keydata.privateRSA_openssh_alternate), - keys.Key.fromString(keydata.privateRSA_openssh)) + #self.assertEqual(keys.Key.fromString( + # keydata.privateRSA_openssh_alternate), + # keys.Key.fromString(keydata.privateRSA_openssh)) self._testPublicPrivateFromString(keydata.publicDSA_openssh, keydata.privateDSA_openssh, 'DSA', keydata.DSAData)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor