8000 bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update.… · python/cpython@c77aa2d · GitHub
[go: up one dir, main page]

Skip to content

Commit c77aa2d

Browse files
authored
bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913)
I forget these tests required the cpu resource.
1 parent 51796e5 commit c77aa2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_unicodedata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class UnicodeMethodsTest(unittest.TestCase):
1818

1919
# update this, if the database changes
20-
expectedchecksum = 'e728278035eb76cf92d86f07852266b0433f16a5'
20+
expectedchecksum = 'fbdf8106a3c7c242086b0a9efa03ad4d30d5b85d'
2121

2222
@requires_resource('cpu')
2323
def test_method_checksum(self):
@@ -70,7 +70,7 @@ class UnicodeFunctionsTest(UnicodeDatabaseTest):
7070

7171
# Update this if the database changes. Make sure to do a full rebuild
7272
# (e.g. 'make distclean && make') to get the correct checksum.
73-
expectedchecksum = '4bcbf9df344114b1ebc95b904f4352dd250dff7e'
73+
expectedchecksum = 'd1e37a2854df60ac607b47b51189b9bf1b54bfdb'
7474

7575
@requires_resource('cpu')
7676
def test_function_checksum(self):

0 commit comments

Comments
 (0)
0