mirror of https://github.com/python/cpython
Fix the buildbot breakdown - issue 10050
This commit is contained in:
parent
38b968b913
commit
2f9bf35007
|
@ -624,8 +624,6 @@ class OpenerDirectorTests(unittest.TestCase):
|
|||
req.has_data()
|
||||
with support.check_warnings(('', DeprecationWarning)):
|
||||
req.get_data()
|
||||
with support.check_warnings(('', DeprecationWarning)):
|
||||
req.get_full_url()
|
||||
with support.check_warnings(('', DeprecationWarning)):
|
||||
req.get_host()
|
||||
with support.check_warnings(('', DeprecationWarning)):
|
||||
|
|
Loading…
Reference in New Issue