]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502)
authorVictor Stinner <vstinner@python.org>
Thu, 3 Jun 2021 16:04:25 +0000 (18:04 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Jun 2021 16:04:25 +0000 (18:04 +0200)
commitea0210fa8ccca769896847f25fc6fadfe9a717bc
tree091950938f972bfe81c9f4965e033114dd236d6c
parent82ad22a97d4b5d7134424f12bd6a61167db7f4f8
bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502)

Fix test_ssl.test_wrong_cert_tls13(): use suppress_ragged_eofs=False,
since read() can raise ssl.SSLEOFError on Windows.
Lib/test/test_ssl.py
Misc/NEWS.d/next/Tests/2021-06-03-03-29-34.bpo-43921.nwH1FS.rst [new file with mode: 0644]