mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix a couple more tests.
This commit is contained in:
parent
6a19b00668
commit
7b688250d1
2 changed files with 2 additions and 2 deletions
|
|
@ -193,7 +193,7 @@ class urlretrieveNetworkTests(unittest.TestCase):
|
|||
|
||||
def test_main():
|
||||
test_support.requires('network')
|
||||
with test_support.check_py3k_warnings(
|
||||
with test_support._check_py3k_warnings(
|
||||
("urllib.urlopen.. has been removed", DeprecationWarning)):
|
||||
test_support.run_unittest(URLTimeoutTest,
|
||||
urlopenNetworkTests,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue