mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
improve skip msg when skipping an ECDH test in test_ec (#4355)
This commit is contained in:
parent
4de004955b
commit
dfb332da50
1 changed files with 2 additions and 2 deletions
|
|
@ -65,8 +65,8 @@ def _skip_exchange_algorithm_unsupported(backend, algorithm, curve):
|
|||
algorithm, curve
|
||||
):
|
||||
pytest.skip(
|
||||
"Exchange algorithm is not supported by this backend {0}".format(
|
||||
backend
|
||||
"Exchange with {0} curve is not supported by {1}".format(
|
||||
curve.name, backend
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue