We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c52867 commit 96f3f02Copy full SHA for 96f3f02
tests/test_advisory.py
@@ -2,6 +2,8 @@
2
import pytest
3
from jwt.exceptions import InvalidKeyError
4
5
+from .utils import crypto_required
6
+
7
priv_key_bytes = b'''-----BEGIN PRIVATE KEY-----
8
MC4CAQAwBQYDK2VwBCIEIIbBhdo2ah7X32i50GOzrCr4acZTe6BezUdRIixjTAdL
9
-----END PRIVATE KEY-----'''
@@ -18,6 +20,7 @@
18
20
19
21
22
class TestAdvisory:
23
+ @crypto_required
24
def test_ghsa_ffqj_6fqr_9h24(self):
25
# Generate ed25519 private key
26
# private_key = ed25519.Ed25519PrivateKey.generate()
0 commit comments