Fix the new test on windows (skip it, its posix only)

This commit is contained in:
Gregory P. Smith 2010-03-01 02:53:24 +00:00
parent 4b862365c8
commit c1baf4ac9e
1 changed files with 1 additions and 0 deletions

View File

@ -774,6 +774,7 @@ class ProcessTestCaseNoPoll(ProcessTestCase):
class HelperFunctionTests(unittest.TestCase):
@unittest.skipIf(mswindows, "errno and EINTR make no sense on windows")
def test_eintr_retry_call(self):
record_calls = []
def fake_os_func(*args):