summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-02-12 18:30:19 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-02-12 18:30:19 (GMT)
commit3dc67d0316740e78e7cd014343f34d85908219b7 (patch)
tree8c3022914d7f70ea7ff9fbabbfafadea0b00194d /Misc
parent16f842da3c862d76a1177bd8ef9579703c24fa5a (diff)
downloadcpython-3dc67d0316740e78e7cd014343f34d85908219b7.zip
cpython-3dc67d0316740e78e7cd014343f34d85908219b7.tar.gz
cpython-3dc67d0316740e78e7cd014343f34d85908219b7.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2019-02-12-01-33-08.bpo-35505.N9ba_K.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-02-12-01-33-08.bpo-35505.N9ba_K.rst b/Misc/NEWS.d/next/Tests/2019-02-12-01-33-08.bpo-35505.N9ba_K.rst
new file mode 100644
index 0000000..f1d48d6
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2019-02-12-01-33-08.bpo-35505.N9ba_K.rst
@@ -0,0 +1,2 @@
+Make test_imap4_host_default_value independent on whether the
+local IMAP server is running.