diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-10-17 15:46:19 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-10-17 15:46:19 (GMT) |
commit | 8f9571e70ec4fb7e3a257fffea03ff223011d6fb (patch) | |
tree | 64d79bc21adb19be8d13a1fbad692a482260257b | |
parent | 6508dc5f0669da315ffffd4d79bf073c507a45aa (diff) | |
download | cpython-8f9571e70ec4fb7e3a257fffea03ff223011d6fb.zip cpython-8f9571e70ec4fb7e3a257fffea03ff223011d6fb.tar.gz cpython-8f9571e70ec4fb7e3a257fffea03ff223011d6fb.tar.bz2 |
Skip #16129 test until I debug cross-platform issues
-rw-r--r-- | Lib/test/test_capi.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py index 91b8951..3324c37 100644 --- a/Lib/test/test_capi.py +++ b/Lib/test/test_capi.py @@ -260,6 +260,7 @@ class EmbeddingTests(unittest.TestCase): print(out) print(err) + @unittest.skip def test_forced_io_encoding(self): # Checks forced configuration of embedded interpreter IO streams out, err = self.run_embedded_interpreter("forced_io_encoding") |