mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Fix the buildbot breakdown - issue 10050
This commit is contained in:
parent
38b968b913
commit
2f9bf35007
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue