Commit 2f9bf350 authored by Senthil Kumaran's avatar Senthil Kumaran

Fix the buildbot breakdown - issue 10050

parent 38b968b9
......@@ -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)):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment