Skip to content

Commit f1288d3

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

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
@@ -723,7 +723,7 @@ def test_normalization(self):
723723

724724
@requires_resource('cpu')
725725
def test_normalization_3_2_0(self):
726-
testdatafile = findfile('NormalizationTest-3.2.0.txt', 'data')
726+
testdatafile = findfile('NormalizationTest-3.2.0.txt')
727727
with open(testdatafile, encoding='utf-8') as testdata:
728728
self.run_normalization_tests(testdata, unicodedata.ucd_3_2_0)
729729

0 commit comments

Comments
 (0)