Skip to content

Commit 73e02ff

Browse files
bpo-41561: skip test_min_max_version_mismatch (GH-22308)
skip test_min_max_version_mismatch when TLS 1.0 is not available Signed-off-by: Christian Heimes <[email protected]> (cherry picked from commit ce04e71) Co-authored-by: Christian Heimes <[email protected]>
1 parent a702bd4 commit 73e02ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Lib/test/test_ssl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3826,6 +3826,7 @@ def test_min_max_version_tlsv1_1(self):
38263826

38273827
@requires_minimum_version
38283828
@requires_tls_version('TLSv1_2')
3829+
@requires_tls_version('TLSv1')
38293830
def test_min_max_version_mismatch(self):
38303831
client_context, server_context, hostname = testing_context()
38313832
# client 1.0, server 1.2 (mismatch)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test_ssl: skip test_min_max_version_mismatch when TLS 1.0 is not available

0 commit comments

Comments
 (0)