Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r73924:40f3c198b07e
Date: 2014-10-13 10:53 -0700
http://bitbucket.org/pypy/pypy/changeset/40f3c198b07e/

Log:    skip this for now

diff --git a/pypy/module/_pypyjson/test/test__pypyjson.py 
b/pypy/module/_pypyjson/test/test__pypyjson.py
--- a/pypy/module/_pypyjson/test/test__pypyjson.py
+++ b/pypy/module/_pypyjson/test/test__pypyjson.py
@@ -190,6 +190,7 @@
         raises(ValueError, "_pypyjson.loads(s)")
 
     def test_raw_encode_basestring_ascii(self):
+        py3k_skip("XXX: needs porting to py3k")
         import _pypyjson
         def check(s):
             s = _pypyjson.raw_encode_basestring_ascii(s)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to