aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wycheproof/test_x25519.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wycheproof/test_x25519.py')
-rw-r--r--tests/wycheproof/test_x25519.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/wycheproof/test_x25519.py b/tests/wycheproof/test_x25519.py
index 0727ec39..991daaa4 100644
--- a/tests/wycheproof/test_x25519.py
+++ b/tests/wycheproof/test_x25519.py
@@ -8,7 +8,6 @@ import binascii
import pytest
-from cryptography.hazmat.backends.interfaces import DHBackend
from cryptography.hazmat.primitives.asymmetric.x25519 import (
X25519PrivateKey, X25519PublicKey
)
@@ -18,7 +17,6 @@ from cryptography.hazmat.primitives.asymmetric.x25519 import (
only_if=lambda backend: backend.x25519_supported(),
skip_message="Requires OpenSSL with X25519 support"
)
-@pytest.mark.requires_backend_interface(interface=DHBackend)
@pytest.mark.wycheproof_tests("x25519_test.json")
def test_x25519(backend, wycheproof):
assert list(wycheproof.testgroup.items()) == [("curve", "curve25519")]