Skip to content

Commit ae3834c

Browse files
[3.13] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935) (GH-142945)
(cherry picked from commit 4a8ecba) Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent 20c3015 commit ae3834c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Lib/test/test_unicodedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ def test_normalization(self):
708708

709709
@requires_resource('cpu')
710710
def test_normalization_3_2_0(self):
711-
testdatafile = findfile('NormalizationTest-3.2.0.txt', 'data')
711+
testdatafile = findfile('NormalizationTest-3.2.0.txt')
712712
with open(testdatafile, encoding='utf-8') as testdata:
713713
self.run_normalization_tests(testdata, unicodedata.ucd_3_2_0)
714714

0 commit comments

Comments
 (0)