https://github.com/python/cpython/commit/ae3834c97eec709d7ceda9d1fcf6f5f09cce7223 commit: ae3834c97eec709d7ceda9d1fcf6f5f09cce7223 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou <[email protected]> date: 2025-12-19T13:34:18+01:00 summary:
[3.13] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935) (GH-142945) (cherry picked from commit 4a8ecbad809dedd9268973d533f24117dfc2e5ba) Co-authored-by: Serhiy Storchaka <[email protected]> files: A Lib/test/NormalizationTest-3.2.0.txt D Lib/test/data/NormalizationTest-3.2.0.txt M Lib/test/test_unicodedata.py diff --git a/Lib/test/data/NormalizationTest-3.2.0.txt b/Lib/test/NormalizationTest-3.2.0.txt similarity index 100% rename from Lib/test/data/NormalizationTest-3.2.0.txt rename to Lib/test/NormalizationTest-3.2.0.txt diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py index 19bd6e5d361c41..a0cff2bc65cc39 100644 --- a/Lib/test/test_unicodedata.py +++ b/Lib/test/test_unicodedata.py @@ -708,7 +708,7 @@ def test_normalization(self): @requires_resource('cpu') def test_normalization_3_2_0(self): - testdatafile = findfile('NormalizationTest-3.2.0.txt', 'data') + testdatafile = findfile('NormalizationTest-3.2.0.txt') with open(testdatafile, encoding='utf-8') as testdata: self.run_normalization_tests(testdata, unicodedata.ucd_3_2_0) _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
