]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115627: Fix ssl test_pha_required_nocert() (#117821)
authorVictor Stinner <vstinner@python.org>
Fri, 12 Apr 2024 18:41:16 +0000 (20:41 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2024 18:41:16 +0000 (20:41 +0200)
commit069de14cb948f56b37e507f367b99c5563d3685e
tree9fd48c2cd26603648069ef21dfae756ea2929343
parenta97650912e0d17b15fea70dd114577630635d326
gh-115627: Fix ssl test_pha_required_nocert() (#117821)

Accept also BrokenPipeError error message.
Lib/test/test_ssl.py