summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-24 13:44:06 (GMT)
committerGitHub <noreply@github.com>2024-06-24 13:44:06 (GMT)
commit502a99a7e66adc095842addfb366bba6953f34a1 (patch)
tree3183f73213ddd1bf6e3daa483d1ab27d5e5a3a75
parent732c00550f20e73edeac03d9e222c4a719362649 (diff)
downloadcpython-502a99a7e66adc095842addfb366bba6953f34a1.zip
cpython-502a99a7e66adc095842addfb366bba6953f34a1.tar.gz
cpython-502a99a7e66adc095842addfb366bba6953f34a1.tar.bz2
[3.13] gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374) (#120948)
gh-120373: Mark test_audit.test_http as requiring the network resource (GH-120374) (cherry picked from commit b0e1c51882e3a129d1e4db8291f7a0d869d6f1d6) Co-authored-by: Itamar Oren <itamarost@gmail.com>
-rw-r--r--Lib/test/test_audit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_audit.py b/Lib/test/test_audit.py
index 321d4f9..7206307 100644
--- a/Lib/test/test_audit.py
+++ b/Lib/test/test_audit.py
@@ -140,6 +140,7 @@ class AuditTest(unittest.TestCase):
)
+ @support.requires_resource('network')
def test_http(self):
import_helper.import_module("http.client")
returncode, events, stderr = self.run_python("test_http_client")