commit | 36d56ea826caffbeac0fc0c6d90248b80516e33c | [log] [tgz] |
---|---|---|
author | INADA Naoki <methane@users.noreply.github.com> | Wed Apr 18 00:31:29 2018 +0900 |
committer | Ned Deily <nad@python.org> | Tue Apr 17 11:31:29 2018 -0400 |
tree | 03defe82dd0c183cb5b7e5fb1c7af08acab63fdf | |
parent | ba3a87aca37cec5b1ee32cf68f4a254fa0bb2bec [diff] |
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.