]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP port ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Feb 2019 18:54:31 +0000 (10:54 -0800)
committerGitHub <noreply@github.com>
Tue, 12 Feb 2019 18:54:31 +0000 (10:54 -0800)
commit009220eae2e6b456707c1c89ef3f344b682e89d5
tree6b3982759bc4188cfea2d06cdcc44a417a5965e6
parent0a834c18cdafa5447d4436878e64aa7a4e4dc817
bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP port (GH-11823)

Make test_imap4_host_default_value independent on whether the
local IMAP server is running.
(cherry picked from commit 3dc67d0316740e78e7cd014343f34d85908219b7)

Co-authored-by: Matěj Cepl <mcepl@cepl.eu>
Lib/test/test_imaplib.py
Misc/NEWS.d/next/Tests/2019-02-12-01-33-08.bpo-35505.N9ba_K.rst [new file with mode: 0644]