There was an error while loading. Please reload this page.
1 parent b3965e5 commit 8b804ffCopy full SHA for 8b804ff
1 file changed
Lib/test/test_hashlib.py
@@ -90,7 +90,7 @@ def get_fips_mode():
90
# bpo-46913: Don't test the _sha3 extension on a Python UBSAN build
91
# TODO(gh-99108): Revisit this after _sha3 uses HACL*.
92
SKIP_SHA3 = _sha3 is None or support.check_sanitizer(ub=True)
93
-requires_sha3 = unittest.skipUnkess(not SKIP_SHA3, 'requires _sha3')
+requires_sha3 = unittest.skipUnless(not SKIP_SHA3, 'requires _sha3')
94
95
96
def hexstr(s):
0 commit comments