diff options
Diffstat (limited to 'test/test_tls_tickets.py')
-rw-r--r-- | test/test_tls_tickets.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_tls_tickets.py b/test/test_tls_tickets.py index 7214f77f..6899eaa1 100644 --- a/test/test_tls_tickets.py +++ b/test/test_tls_tickets.py @@ -1,6 +1,8 @@ import socket import pytest + +pytest.importorskip('OpenSSL.SSL') from OpenSSL.SSL import ( TLSv1_2_METHOD, Context, |