aboutsummaryrefslogtreecommitdiff
path: root/tests/x509
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2024-01-22 08:07:53 -0500
committerGitHub <noreply@github.com>2024-01-22 07:07:53 -0600
commitd54093e62e7e68c02efbb4d6a09162ddb39bf72f (patch)
tree66d235ae33a85845f7355739006f70979a8d99ae /tests/x509
parent71929bd91f34213b9f4a3a0a493c218c35fa25eb (diff)
downloadpyca-cryptography-d54093e62e7e68c02efbb4d6a09162ddb39bf72f.zip
pyca-cryptography-d54093e62e7e68c02efbb4d6a09162ddb39bf72f.tar.gz
pyca-cryptography-d54093e62e7e68c02efbb4d6a09162ddb39bf72f.tar.bz2
Remove some skips in tests that aren't needed anymore (#10223)
Diffstat (limited to 'tests/x509')
-rw-r--r--tests/x509/test_x509.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/x509/test_x509.py b/tests/x509/test_x509.py
index 8d40481..1a6fc7b 100644
--- a/tests/x509/test_x509.py
+++ b/tests/x509/test_x509.py
@@ -792,14 +792,6 @@ class TestRevokedCertificate:
assert crl[2].serial_number == 3
-@pytest.mark.supported(
- only_if=lambda backend: (
- not backend._lib.CRYPTOGRAPHY_IS_LIBRESSL
- and not backend._lib.CRYPTOGRAPHY_IS_BORINGSSL
- and not backend._lib.CRYPTOGRAPHY_OPENSSL_LESS_THAN_111E
- ),
- skip_message="Does not support RSA PSS loading",
-)
class TestRSAPSSCertificate:
def test_load_cert_pub_key(self, backend):
cert = _load_cert(