mirror of https://github.com/python/cpython
Fix the new test on windows (skip it, its posix only)
This commit is contained in:
parent
4b862365c8
commit
c1baf4ac9e
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue