Kaydet (Commit) c1baf4ac authored tarafından Gregory P. Smith's avatar Gregory P. Smith

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

üst 4b862365
......@@ -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):
......
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