Skip to content

[3.8] bpo-43562: fix test_ssl to skip on unreachable network (GH-24937)#25047

Merged
vstinner merged 1 commit into
python:3.8from
miss-islington:backport-29c451c-3.8
Mar 29, 2021
Merged

[3.8] bpo-43562: fix test_ssl to skip on unreachable network (GH-24937)#25047
vstinner merged 1 commit into
python:3.8from
miss-islington:backport-29c451c-3.8

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Mar 27, 2021

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.
(cherry picked from commit 29c451c)

Co-authored-by: Carl Meyer carl@oddbird.net

https://bugs.python.org/issue43562

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.
(cherry picked from commit 29c451c)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants