commit | afc768d69879d6b95c59a0a5e92ea4c6061f3841 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Apr 17 08:35:32 2018 -0700 |
committer | Ned Deily <nad@python.org> | Tue Apr 17 11:35:32 2018 -0400 |
tree | 5afb4cff6b4fcc459000c0baddbdd6298e24170b | |
parent | 7d196762134f890eeb1d5a53acbf9dc9bf7e4d48 [diff] |
bpo-33295: Skip test using missing external site (GH-6504) (GH-6510) `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>