mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-95672 fix typo SkitTest to SkipTest (gh-102119)
Co-authored-by: HyunKyun Moon <hyunkyun.moon@linecorp.com>
This commit is contained in:
parent
0d4c7fcd4f
commit
d5c7954d0c
3 changed files with 3 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue