]> granicus.if.org Git - python/commit
bpo-33295: Skip test using missing external site (GH-6504) (GH-6511)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Apr 2018 15:36:30 +0000 (08:36 -0700)
committerNed Deily <nad@python.org>
Tue, 17 Apr 2018 15:36:30 +0000 (11:36 -0400)
commitf1547d110ff195291e29ba5c29617912d12ecbec
tree1b06909d06ab75345ed62c1e507781d6f3bc8e18
parentf44ce356a6ccd6c8e80ac5c4b29adb13db5c117a
bpo-33295: Skip test using missing external site (GH-6504) (GH-6511)

`test_urllib2net.OtherNetworkTests.test_sites_no_connection_close`
used `http://www.imdb.com/` but it is moved to https so the test is
not valid anymore.  Skip test for the moment to allow CI to proceed.
(cherry picked from commit 36d56ea826caffbeac0fc0c6d90248b80516e33c)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
Lib/test/test_urllib2net.py