diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-01-13 09:42:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 09:42:47 (GMT) |
commit | 3ce6945f5f434806eea700eb5ff1bed6d39395e1 (patch) | |
tree | 989941e98657544c331e7267e77ad4260a0df279 /Lib/test/test_tools | |
parent | a468866a67d83a24e3a3c3a0070129773d28bbd9 (diff) | |
download | cpython-3ce6945f5f434806eea700eb5ff1bed6d39395e1.zip cpython-3ce6945f5f434806eea700eb5ff1bed6d39395e1.tar.gz cpython-3ce6945f5f434806eea700eb5ff1bed6d39395e1.tar.bz2 |
Define Py_BUILD_CORE_MODULE
Diffstat (limited to 'Lib/test/test_tools')
-rw-r--r-- | Lib/test/test_tools/test_md5sum.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_tools/test_md5sum.py b/Lib/test/test_tools/test_md5sum.py index 92315f1..c5a230e 100644 --- a/Lib/test/test_tools/test_md5sum.py +++ b/Lib/test/test_tools/test_md5sum.py @@ -11,7 +11,7 @@ from test.test_tools import scriptsdir, skip_if_missing skip_if_missing() -@hashlib_helper.requires_hashdigest('md5') +@hashlib_helper.requires_hashdigest('md5', openssl=True) class MD5SumTests(unittest.TestCase): @classmethod def setUpClass(cls): |