From: Serhiy Storchaka Date: Thu, 18 Dec 2025 17:04:28 +0000 (+0200) Subject: gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a8ecbad809dedd9268973d533f24117dfc2e5ba;p=thirdparty%2FPython%2Fcpython.git gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935) --- 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 f5ab25c602a6..b1888b6db9be 100644 --- a/Lib/test/test_unicodedata.py +++ b/Lib/test/test_unicodedata.py @@ -759,7 +759,7 @@ class NormalizationTest(unittest.TestCase): @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)