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 e4292c0 commit afb292eCopy full SHA for afb292e
Lib/test/test_ssl.py
@@ -383,6 +383,7 @@ def test_random(self):
383
ssl.RAND_add(bytearray(b"this is a random bytearray object"), 75.0)
384
385
def test_parse_cert(self):
386
+ self.maxDiff = None
387
# note that this uses an 'unofficial' function in _ssl.c,
388
# provided solely for this test, to exercise the certificate
389
# parsing code
0 commit comments