[pypy-commit] pypy py3k: fix skip

mattip noreply at buildbot.pypy.org
Tue Jul 17 15:20:31 CEST 2012


Author: mattip <matti.picus at gmail.com>
Branch: py3k
Changeset: r56097:b126d22adfd5
Date: 2012-07-16 10:58 +0300
http://bitbucket.org/pypy/pypy/changeset/b126d22adfd5/

Log:	fix skip

diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py b/pypy/interpreter/astcompiler/test/test_astbuilder.py
--- a/pypy/interpreter/astcompiler/test/test_astbuilder.py
+++ b/pypy/interpreter/astcompiler/test/test_astbuilder.py
@@ -1120,7 +1120,7 @@
         assert space.eq_w(s.s, space.wrap(japan))
  
     def test_string_bug(self):
-        py3k_skip('fixme')
+        py.test.py3k_skip('fixme')
         space = self.space
         source = '# -*- encoding: utf8 -*-\nstuff = "x \xc3\xa9 \\n"\n'
         info = pyparse.CompileInfo("<test>", "exec")


More information about the pypy-commit mailing list