mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
test_posix is an expected skip on Win32. Also fixed test_posix to
import from test.test_support instead of directly from test_support.
This commit is contained in:
parent
003091cd51
commit
003eb30882
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
"Test posix functions"
|
||||
|
||||
from test_support import TestSkipped, TestFailed, TESTFN, run_suite
|
||||
from test.test_support import TestSkipped, TestFailed, TESTFN, run_suite
|
||||
|
||||
try:
|
||||
import posix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue