aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends/test_openssl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hazmat/backends/test_openssl.py')
-rw-r--r--tests/hazmat/backends/test_openssl.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index f6b57964..20c073a4 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -576,10 +576,7 @@ class TestGOSTCertificate(object):
x509.load_der_x509_certificate,
backend
)
- if (
- backend._lib.CRYPTOGRAPHY_OPENSSL_LESS_THAN_102I or
- backend._lib.CRYPTOGRAPHY_IS_LIBRESSL
- ):
+ if backend._lib.CRYPTOGRAPHY_OPENSSL_LESS_THAN_102I:
with pytest.raises(ValueError) as exc:
cert.subject