]> granicus.if.org Git - python/commit
bpo-33295: Skip test using missing external site (GH-6504)
authorINADA Naoki <methane@users.noreply.github.com>
Tue, 17 Apr 2018 15:31:29 +0000 (00:31 +0900)
committerNed Deily <nad@python.org>
Tue, 17 Apr 2018 15:31:29 +0000 (11:31 -0400)
commit36d56ea826caffbeac0fc0c6d90248b80516e33c
tree03defe82dd0c183cb5b7e5fb1c7af08acab63fdf
parentba3a87aca37cec5b1ee32cf68f4a254fa0bb2bec
bpo-33295: Skip test using missing external site (GH-6504)

`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.
Lib/test/test_urllib2net.py