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

`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