Author: Brian Kearns <[email protected]>
Branch:
Changeset: r60566:022a44a9b630
Date: 2013-01-27 17:46 -0500
http://bitbucket.org/pypy/pypy/changeset/022a44a9b630/
Log: clarify comment
diff --git a/pypy/interpreter/test2/test_app_main.py
b/pypy/interpreter/test2/test_app_main.py
--- a/pypy/interpreter/test2/test_app_main.py
+++ b/pypy/interpreter/test2/test_app_main.py
@@ -774,7 +774,7 @@
assert data == p + os.sep + '\n'
def test_getfilesystemencoding(self):
- py.test.skip("this has been failing since forever, but it's not tested
nightly because buildbot uses python2.6 :-(")
+ py.test.skip("encoding is only set if stdout.isatty(), test is flawed")
if sys.version_info < (2, 7):
skip("test requires Python >= 2.7")
p = getscript_in_dir("""
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit