[3.12] gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374) (#120949)

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:
Miss Islington (bot) 2024-06-24 15:37:51 +02:00 committed by GitHub
parent d5a8d4b196
commit 7a874b4ca6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,6 +140,7 @@ def test_gc(self):
)
@support.requires_resource('network')
def test_http(self):
import_helper.import_module("http.client")
returncode, events, stderr = self.run_python("test_http_client")