diff --git a/Lib/test/test_audit.py b/Lib/test/test_audit.py index 321d4f9abce..f075099913f 100644 --- a/Lib/test/test_audit.py +++ b/Lib/test/test_audit.py @@ -140,6 +140,9 @@ def test_gc(self): ) + # START META PATCH: https://github.com/python/cpython/issues/120373 + @support.requires_resource('network') + # END META PATCH def test_http(self): import_helper.import_module("http.client") returncode, events, stderr = self.run_python("test_http_client")