mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-132388: remove outdated TODO comment in test_hmac.py
(#133008)
This commit is contained in:
parent
7f02ded29f
commit
e714ead7a2
1 changed files with 0 additions and 2 deletions
|
@ -980,8 +980,6 @@ class OpenSSLConstructorTestCase(ThroughOpenSSLAPIMixin,
|
|||
return _hashlib.UnsupportedDigestmodError
|
||||
|
||||
def test_hmac_digest_digestmod_parameter(self):
|
||||
# TODO(picnixz): remove default arguments in _hashlib.hmac_digest()
|
||||
# since the return value is not a HMAC object but a bytes object.
|
||||
for value in [object, 'unknown', 1234, None]:
|
||||
with (
|
||||
self.subTest(value=value),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue