bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP port by mcepl · Pull Request #11823 · python/cpython

@mcepl

… IMAP port.

test_imaplib.TestImaplib.test_imap4_host_default_value fails when run on
the computer with the local IMAP server running. This may happen for
developers, who consequently don't need to be bothered about this test
failing.

vstinner

@mcepl

vstinner

vstinner

@mcepl

Also, move NEWS item to right directory.

vstinner

vstinner

@mcepl

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Feb 12, 2019
… IMAP port (pythonGH-11823)

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

Co-authored-by: Matěj Cepl <mcepl@cepl.eu>

@mcepl mcepl deleted the 35505_skip_on_listening_imap_port branch

February 12, 2019 18:51

miss-islington added a commit that referenced this pull request

Feb 12, 2019
… IMAP port (GH-11823)

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

Co-authored-by: Matěj Cepl <mcepl@cepl.eu>