aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_hmac.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_hmac.py')
-rw-r--r--Lib/test/test_hmac.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_hmac.py b/Lib/test/test_hmac.py
index 8370ba30601..e9a465180e9 100644
--- a/Lib/test/test_hmac.py
+++ b/Lib/test/test_hmac.py
@@ -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),