10000 gh-120373: Mark test_audit.test_http as requiring the network resourc… · python/cpython@b0e1c51 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0e1c51

Browse files
authored
gh-120373: Mark test_audit.test_http as requiring the network resource (#120374)
1 parent ac61d58 commit b0e1c51

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)
0