]> granicus.if.org Git - python/commit
bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP port ...
authorMatěj Cepl <mcepl@cepl.eu>
Tue, 12 Feb 2019 18:30:19 +0000 (19:30 +0100)
committerVictor Stinner <vstinner@redhat.com>
Tue, 12 Feb 2019 18:30:19 +0000 (19:30 +0100)
commit3dc67d0316740e78e7cd014343f34d85908219b7
tree8c3022914d7f70ea7ff9fbabbfafadea0b00194d
parent16f842da3c862d76a1177bd8ef9579703c24fa5a
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.
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]