mirror of
https://github.com/python/cpython.git
synced 2025-09-08 18:01:44 +00:00
remove apparently wrong assertion about des bit size
This commit is contained in:
parent
baf7c1e546
commit
e27a421354
1 changed files with 0 additions and 1 deletions
|
@ -3172,7 +3172,6 @@ else:
|
|||
self.assertGreater(len(ciphers), 0)
|
||||
for name, tls_version, bits in ciphers:
|
||||
self.assertIn("DES-CBC3-", name)
|
||||
self.assertEqual(bits, 112)
|
||||
|
||||
def test_read_write_after_close_raises_valuerror(self):
|
||||
context = ssl.SSLContext(ssl.PROTOCOL_SSLv23)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue