Skip to content

Commit 1278cfc

Browse files
itamaroestyxx
authored andcommitted
pythongh-120373: Mark test_audit.test_http as requiring the network resource (python#120374)
1 parent 33a013f commit 1278cfc

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)