[pypy-commit] pypy default: Bah.

arigo noreply at buildbot.pypy.org
Sun Aug 28 10:34:59 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r46852:68e30ac7bedc
Date: 2011-08-28 10:34 +0200
http://bitbucket.org/pypy/pypy/changeset/68e30ac7bedc/

Log:	Bah.

diff --git a/pypy/objspace/std/test/test_celldict.py b/pypy/objspace/std/test/test_celldict.py
--- a/pypy/objspace/std/test/test_celldict.py
+++ b/pypy/objspace/std/test/test_celldict.py
@@ -46,7 +46,7 @@
 
     def w_impl_used(self, obj):
         if self.runappdirect:
-            py.test.skip("__repr__ doesn't work on appdirect")
+            skip("__repr__ doesn't work on appdirect")
         import __pypy__
         assert "ModuleDictStrategy" in __pypy__.internal_repr(obj)
 


More information about the pypy-commit mailing list