Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r45298:83f6ecc84a52
Date: 2011-07-02 21:21 -0700
http://bitbucket.org/pypy/pypy/changeset/83f6ecc84a52/

Log:    Don't run these tests under -A

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
@@ -43,6 +43,8 @@
     OPTIONS = {"objspace.std.withcelldict": True}
 
     def setup_class(cls):
+        if option.runappdirect:
+            py.test.skip("__repr__ doesn't work on appdirect")
         strategy = ModuleDictStrategy(cls.space)
         storage = strategy.get_empty_storage()
         cls.w_d = W_DictMultiObject(cls.space, strategy, storage)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to