Skip to content

Commit 502a99a

Browse files
[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 b0e1c51) Co-authored-by: Itamar Oren <itamarost@gmail.com>
1 parent 732c005 commit 502a99a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Lib/test/test_audit.py

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def test_gc(self):
140140
)
141141

142142

143+
@support.requires_resource('network')
143144
def test_http(self):
144145
import_helper.import_module("http.client")
145146
returncode, events, stderr = self.run_python("test_http_client")

0 commit comments

Comments
 (0)