Kaydet (Commit) 003eb308 authored tarafından Tim Peters's avatar Tim Peters

test_posix is an expected skip on Win32. Also fixed test_posix to

import from test.test_support instead of directly from test_support.
üst 003091cd
...@@ -572,6 +572,7 @@ _expectations = { ...@@ -572,6 +572,7 @@ _expectations = {
test_openpty test_openpty
test_ossaudiodev test_ossaudiodev
test_poll test_poll
test_posix
test_pty test_pty
test_pwd test_pwd
test_resource test_resource
......
"Test posix functions" "Test posix functions"
from test_support import TestSkipped, TestFailed, TESTFN, run_suite from test.test_support import TestSkipped, TestFailed, TESTFN, run_suite
try: try:
import posix import posix
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment