8000 [3.13] gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374) by miss-islington · Pull Request #120948 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.13] gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374) #120948 8000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
  • Loading branch information
itamaro authored and miss-islington committed Jun 24, 2024
commit d25bba91f45ed27eaa8f4e2fa06515bbfd07b4a1
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
Loading
0