[pypy-commit] pypy py3.3: Skip this test on PyPy.

mjacob noreply at buildbot.pypy.org
Fri Feb 27 17:32:29 CET 2015


Author: Manuel Jacob <me at manueljacob.de>
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)


More information about the pypy-commit mailing list