mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
[3.13] gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374) (#120948)
gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374)
(cherry picked from commit b0e1c51882
)
Co-authored-by: Itamar Oren <itamarost@gmail.com>
This commit is contained in:
parent
732c00550f
commit
502a99a7e6
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