mirror of https://github.com/python/cpython
gh-120373: Mark test_audit.test_http as requiring the network resource (#120374)
This commit is contained in:
parent
ac61d58db0
commit
b0e1c51882
|
@ -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…
Reference in New Issue