commit | 29c451c6989c3c94fa0a9facf187c24f3cbf2420 | [log] [tgz] |
---|---|---|
author | Carl Meyer <carl@oddbird.net> | Sat Mar 27 15:52:28 2021 -0600 |
committer | GitHub <noreply@github.com> | Sat Mar 27 14:52:28 2021 -0700 |
tree | 2a65396b6eb71551fdb3f2ae1072bdee307c808e | |
parent | a53e9a7cf5912a44c5143e353912e44cfcfca7dc [diff] |
bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) This test checks result code of the connection directly, so it never raises an exception that can be suppressed by `support.transient_internet`. Directly support skipping the test in case of unreachable network.