]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-75743: Restore test_timeout.testConnectTimeout() (GH-109087) (#109102)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Sep 2023 18:55:50 +0000 (11:55 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2023 18:55:50 +0000 (18:55 +0000)
commitc2b8d4fe0d785358902487fb8abcb81351da1b90
tree2f4c2d138350965b24655e5b564417ca425d7675
parentdae62d456e4f2b956e7e4dd538698bec97aec903
[3.11] gh-75743: Restore test_timeout.testConnectTimeout() (GH-109087) (#109102)

gh-75743: Restore test_timeout.testConnectTimeout() (GH-109087)

This un-skips this test now that pythontest.net implements appropriate firewall
rules for it.
(cherry picked from commit 1829a3c9a3712b6a68a3a449e4a08787c73da51d)

Co-authored-by: Ee Durbin <ewdurbin@gmail.com>
Lib/test/test_timeout.py