|
16 | 16 |
|
17 | 17 | # List of tests expected to fail for some reason
|
18 | 18 | XFAILED_TESTS = {
|
19 |
| - "tests/test_keys.py::test_getpriv[openssl-ed25519]", |
20 |
| - "tests/test_keys.py::test_getpriv[openssl-x25519]", |
21 |
| - "tests/test_keys.py::test_getpriv[pkcs8-rsa-2048]", |
22 |
| - "tests/test_keys.py::test_getpriv[pkcs8-rsa-3072]", |
23 |
| - "tests/test_keys.py::test_getpriv[pkcs8-ed25519]", |
24 |
| - "tests/test_keys.py::test_getpub[pem-ed25519]", |
25 |
| - "tests/test_keys.py::test_sign_verify[x25519]", |
| 19 | + # Unsupported key_type and format combinations |
| 20 | + "tests/test_keys.py::TestGetPriv::test_getpriv[openssl-ed25519]", |
| 21 | + "tests/test_keys.py::TestGetPriv::test_getpriv[openssl-x25519]", |
| 22 | + "tests/test_keys.py::TestGetPriv::test_getpriv[pkcs8-rsa-2048]", |
| 23 | + "tests/test_keys.py::TestGetPriv::test_getpriv[pkcs8-rsa-3072]", |
| 24 | + "tests/test_keys.py::TestGetPriv::test_getpriv[pkcs8-ed25519]", |
| 25 | + "tests/test_keys.py::TestGetPriv::test_getpriv_with_password[openssl-ed25519]", |
| 26 | + "tests/test_keys.py::TestGetPriv::test_getpriv_with_password[openssl-x25519]", |
| 27 | + "tests/test_keys.py::TestGetPriv::test_getpriv_with_password[pkcs8-rsa-2048]", |
| 28 | + "tests/test_keys.py::TestGetPriv::test_getpriv_with_password[pkcs8-rsa-3072]", |
| 29 | + "tests/test_keys.py::TestGetPriv::test_getpriv_with_password[pkcs8-ed25519]", |
| 30 | + # 'Ed25519' object has no attribute 'get_public_pem' |
| 31 | + "tests/test_keys.py::TestGetPub::test_getpub[pem-ed25519]", |
| 32 | + "tests/test_keys.py::TestGetPub::test_getpub_with_encoding[pem-ed25519]", |
| 33 | + "tests/test_keys.py::TestGetPub::test_getpub_no_outfile[pem-ed25519]", |
| 34 | + "tests/test_keys.py::TestLoading::test_load_key_public[pem-ed25519]", |
| 35 | + "tests/test_keys.py::TestLoading::test_load_key_public_with_password[pem-ed25519]", |
26 | 36 | }
|
27 | 37 |
|
28 | 38 |
|
|
0 commit comments