Author: Manuel Jacob <[email protected]>
Branch: py3.3
Changeset: r76169:98e3fb9e4d01
Date: 2015-02-27 11:40 +0100
http://bitbucket.org/pypy/pypy/changeset/98e3fb9e4d01/

Log:    Skip this test on PyPy.

diff --git a/lib-python/3/test/test_traceback.py 
b/lib-python/3/test/test_traceback.py
--- a/lib-python/3/test/test_traceback.py
+++ b/lib-python/3/test/test_traceback.py
@@ -63,6 +63,7 @@
         self.assertEqual(len(err), 3)
         self.assertEqual(err[1].strip(), "bad syntax")
 
+    @cpython_only
     def test_bad_indentation(self):
         err = self.get_exception_format(self.syntax_error_bad_indentation,
                                         IndentationError)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to