Skip to content

Commit

Permalink
pythongh-120373: Mark test_audit.test_http as requiring the network r…
Browse files Browse the repository at this point in the history
…esource
  • Loading branch information
itamaro committed Jun 11, 2024
1 parent 34e4d32 commit 2ca6119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2ca6119

Please sign in to comment.