aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_subprocess.py
diff options
context:
space:
mode:
authorHyunkyun Moon <mhg5303@gmail.com>2023-02-22 02:39:00 +0900
committerGitHub <noreply@github.com>2023-02-22 02:39:00 +0900
commitd5c7954d0c3ff874d2d27d33dcc207bb7356f328 (patch)
treef15d70d8f5f488b4209705f5dfa6e603c332b8df /Lib/test/test_subprocess.py
parent0d4c7fcd4f078708a5ac6499af378ce5ee8eb211 (diff)
downloadcpython-d5c7954d0c3ff874d2d27d33dcc207bb7356f328.tar.gz
cpython-d5c7954d0c3ff874d2d27d33dcc207bb7356f328.zip
gh-95672 fix typo SkitTest to SkipTest (gh-102119)
Co-authored-by: HyunKyun Moon <hyunkyun.moon@linecorp.com>
Diffstat (limited to 'Lib/test/test_subprocess.py')
-rw-r--r--Lib/test/test_subprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py
index abd0dd8b256..727b0e6dc57 100644
--- a/Lib/test/test_subprocess.py
+++ b/Lib/test/test_subprocess.py
@@ -718,7 +718,7 @@ class ProcessTestCase(BaseTestCase):
os.close(test_pipe_w)
pipesize = pipesize_default // 2
if pipesize < 512: # the POSIX minimum
- raise unittest.SkitTest(
+ raise unittest.SkipTest(
'default pipesize too small to perform test.')
p = subprocess.Popen(
[sys.executable, "-c",