mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
try to fix failure in test_bad_address on some buildbots
This commit is contained in:
parent
655fbf1806
commit
122388a5a5
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ class TestUrlopen(unittest.TestCase):
|
|||
# domain will be spared to serve its defined
|
||||
# purpose.
|
||||
# urllib2.urlopen, "http://www.sadflkjsasadf.com/")
|
||||
urllib2.urlopen, "http://www.python.invalid./")
|
||||
urllib2.urlopen, "http://sadflkjsasf.i.nvali.d/")
|
||||
|
||||
|
||||
def test_main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue