mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
gh-120373: Mark test_audit.test_http as requiring the network resource (#120374)
This commit is contained in:
parent
ac61d58db0
commit
b0e1c51882
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ class AuditTest(unittest.TestCase):
|
|||
)
|
||||
|
||||
|
||||
@support.requires_resource('network')
|
||||
def test_http(self):
|
||||
import_helper.import_module("http.client")
|
||||
returncode, events, stderr = self.run_python("test_http_client")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue