From 2359c4056c38bfb10569ec03da895c8e6e9dfbd2 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 2 Nov 2021 18:39:03 +0000 Subject: Tests: added pyOpenSSL module check were necessary. --- test/test_tls_tickets.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_tls_tickets.py') 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, -- cgit