]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33354: Fix test_ssl when a filename cannot be encoded (GH-6613)
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 24 May 2018 22:20:44 +0000 (23:20 +0100)
committerVictor Stinner <vstinner@redhat.com>
Thu, 24 May 2018 22:20:44 +0000 (00:20 +0200)
commit19f6bd06af3c7fc0db5f96878aaa68f5589ff13e
tree98bf1ef798ea39a5393c7cf3d90bf6ad2c730fe8
parent9044cd675902b438bc500908e410382ff48299d8
bpo-33354: Fix test_ssl when a filename cannot be encoded (GH-6613)

Skip test_load_dh_params() of test_ssl when Python filesystem encoding
cannot encode the provided path.
Lib/test/test_ssl.py
Misc/NEWS.d/next/Tests/2018-04-26-22-39-17.bpo-33354.g35-44.rst [new file with mode: 0644]