diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-12-05 16:05:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 16:05:17 (GMT) |
commit | c067023d878225ebe0b71eb55e7e98b272c4d5b2 (patch) | |
tree | af71c24bce57a0686afe5fe0acfc822ba468a9c7 /Misc/NEWS.d | |
parent | e699e5c20fc495952905597edfa82de0c1848f8c (diff) | |
download | cpython-c067023d878225ebe0b71eb55e7e98b272c4d5b2.zip cpython-c067023d878225ebe0b71eb55e7e98b272c4d5b2.tar.gz cpython-c067023d878225ebe0b71eb55e7e98b272c4d5b2.tar.bz2 |
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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-12-05-16-12-56.gh-issue-99892.sz_eW8.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-12-05-16-12-56.gh-issue-99892.sz_eW8.rst b/Misc/NEWS.d/next/Tests/2022-12-05-16-12-56.gh-issue-99892.sz_eW8.rst new file mode 100644 index 0000000..eded036 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-12-05-16-12-56.gh-issue-99892.sz_eW8.rst @@ -0,0 +1,2 @@ +Skip test_normalization() of test_unicodedata if it fails to download +NormalizationTest.txt file from pythontest.net. Patch by Victor Stinner. |