summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2020-03-11 04:18:33 (GMT)
committerGitHub <noreply@github.com>2020-03-11 04:18:33 (GMT)
commitc77aa2d60b420747886f4258cf159bdbb7354100 (patch)
treee89ee5bb91035ead2f75ce05c92bbb61ed9b2cfe /Lib
parent51796e5d2632e6ada81ca677b4153f4ccd490702 (diff)
downloadcpython-c77aa2d60b420747886f4258cf159bdbb7354100.zip
cpython-c77aa2d60b420747886f4258cf159bdbb7354100.tar.gz
cpython-c77aa2d60b420747886f4258cf159bdbb7354100.tar.bz2
bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913)
I forget these tests required the cpu resource.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_unicodedata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py
index 60b1aac..b552d2b 100644
--- a/Lib/test/test_unicodedata.py
+++ b/Lib/test/test_unicodedata.py
@@ -17,7 +17,7 @@ from test.support import open_urlresource, requires_resource, script_helper
class UnicodeMethodsTest(unittest.TestCase):
# update this, if the database changes
- expectedchecksum = 'e728278035eb76cf92d86f07852266b0433f16a5'
+ expectedchecksum = 'fbdf8106a3c7c242086b0a9efa03ad4d30d5b85d'
@requires_resource('cpu')
def test_method_checksum(self):
@@ -70,7 +70,7 @@ class UnicodeFunctionsTest(UnicodeDatabaseTest):
# Update this if the database changes. Make sure to do a full rebuild
# (e.g. 'make distclean && make') to get the correct checksum.
- expectedchecksum = '4bcbf9df344114b1ebc95b904f4352dd250dff7e'
+ expectedchecksum = 'd1e37a2854df60ac607b47b51189b9bf1b54bfdb'
@requires_resource('cpu')
def test_function_checksum(self):