summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/util.py1
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"
)