We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0aca3 commit 6372d48Copy full SHA for 6372d48
1 file changed
Lib/test/test_tempfile.py
@@ -511,6 +511,8 @@ def test_noinherit(self):
511
self.assertFalse(retval > 0, "child process reports failure %d"%retval)
512
513
@unittest.skipUnless(has_textmode, "text mode not available")
514
+ @unittest.skipIf(sys.platform == "cygwin",
515
+ "truncate text mode is not supported on Cygwin")
516
def test_textmode(self):
517
# _mkstemp_inner can create files in text mode
518
0 commit comments