Skip to content

Commit 7a874b4

Browse files
[3.12] pythongh-120373: Mark test_audit.test_http as requiring the network resource (pythonGH-120374) (python#120949)
pythongh-120373: Mark test_audit.test_http as requiring the network resource (pythonGH-120374) (cherry picked from commit b0e1c51) Co-authored-by: Itamar Oren <[email protected]>
1 parent d5a8d4b commit 7a874b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_audit.py

Lines changed: 1 addition & 0 deletions
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)