commit | aa74abbfc3f0656c9ad09b46f7afc37339c9036c | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Nov 03 15:45:43 2015 +0900 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Nov 03 15:45:43 2015 +0900 |
tree | 694176a9fcdc4ea48a8985044d6062ded809cecb | |
parent | d91e7c1d3fa1bece0e77262b46d9992271fd24b0 [diff] |
skip check
diff --git a/tests/test_x509.py b/tests/test_x509.py index 0b44ab4..b85eca3 100644 --- a/tests/test_x509.py +++ b/tests/test_x509.py
@@ -2889,6 +2889,7 @@ ) def test_tbs_certificate(self, backend): + _skip_curve_unsupported(backend, ec.SECP384R1()) cert = _load_cert( os.path.join("x509", "ecdsa_root.pem"), x509.load_pem_x509_certificate,