]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99892: test_unicodedata: skip test on download failure (GH-100011)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Dec 2022 16:07:00 +0000 (08:07 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2022 16:07:00 +0000 (08:07 -0800)
commit4a7612fbecbdd81a6e708e29aab0dc4c6555948d
treedf70343c4ef6a031396742a0135f1d48ecec874d
parent5533cf67e7cdd873136a963e30a437bfcbbdffdf
gh-99892: test_unicodedata: skip test on download failure (GH-100011)

Skip test_normalization() of test_unicodedata if it fails to download
NormalizationTest.txt file from pythontest.net.
(cherry picked from commit 2488c1e1b66366a3a933ff248eff080fabd2351c)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_unicodedata.py
Misc/NEWS.d/next/Tests/2022-12-05-16-12-56.gh-issue-99892.sz_eW8.rst [new file with mode: 0644]