[Python-checkins] cpython: Skip #16129 test until I debug cross-platform issues

nick.coghlan python-checkins at python.org
Thu Oct 17 17:46:32 CEST 2013


http://hg.python.org/cpython/rev/51480f6428a5
changeset:   86406:51480f6428a5
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri Oct 18 01:46:19 2013 +1000
summary:
  Skip #16129 test until I debug cross-platform issues

files:
  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
--- a/Lib/test/test_capi.py
+++ b/Lib/test/test_capi.py
@@ -260,6 +260,7 @@
             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")

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list