We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c014ca7 commit cb1d9bbCopy full SHA for cb1d9bb
Lib/test/test_ssl.py
@@ -409,6 +409,7 @@ def test_random(self):
409
ssl.RAND_add(bytearray(b"this is a random bytearray object"), 75.0)
410
411
def test_parse_cert(self):
412
+ self.maxDiff = None
413
# note that this uses an 'unofficial' function in _ssl.c,
414
# provided solely for this test, to exercise the certificate
415
# parsing code
0 commit comments