diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 08:16:32 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 08:16:32 -0400 |
commit | df1701c1834cae333d5e6d9f41b0a4bea3da72e4 (patch) | |
tree | 6273c19a1d13a6b9c6154f826901963570ef7c74 /tests/util.py | |
parent | d9eb35c69ab29a1ad7a9e3dd5325d4cab9dd2bc0 (diff) |
blacken
Diffstat (limited to 'tests/util.py')
-rw-r--r-- | tests/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/util.py b/tests/util.py index 542a0671..3ec5d092 100644 --- a/tests/util.py +++ b/tests/util.py @@ -172,6 +172,7 @@ def sha1_signing_unsupported(): except UnsupportedAlgorithm as e: return e._reason is _Reasons.UNSUPPORTED_HASH + requires_sha1_signing = unittest.skipIf( sha1_signing_unsupported(), "SHA-1 signing not supported" ) |