]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-12915: Skip test_pkgutil.test_name_resolution() non-encodable filenames (GH-18720)
authorMichael Felt <aixtools@users.noreply.github.com>
Tue, 3 Mar 2020 10:11:11 +0000 (11:11 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 10:11:11 +0000 (11:11 +0100)
commite0acec15412203359d59db33e447698ee51e07fc
treed9f7c88378d3bef53dd7f5db3bff0a35d0618c91
parent6df421fe87a9418d6c59f89dbc5d5573b6826855
bpo-12915: Skip test_pkgutil.test_name_resolution() non-encodable filenames (GH-18720)

When filesystem encoding cannot encode the Unicode string used for a filename
continue testing with the next example.
Lib/test/test_pkgutil.py