]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)
authorVictor Stinner <vstinner@python.org>
Wed, 6 Sep 2023 23:58:03 +0000 (01:58 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2023 23:58:03 +0000 (01:58 +0200)
commita52a3509770f29f940cda9307704908949912276
treeafa301d81a96413dea950cc75ca2f3275ca9073c
parent60a9eea3f56c002356998f5532b3ad870a1ffa8e
gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)

Skip test_asyncio, test_imaplib and test_socket tests if FreeBSD TCP
blackhole is enabled (net.inet.tcp.blackhole=2).
Lib/test/support/socket_helper.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_sock_lowlevel.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_imaplib.py
Lib/test/test_socket.py
Misc/NEWS.d/next/Tests/2023-09-06-18-27-53.gh-issue-109015.1dS1AQ.rst [new file with mode: 0644]