Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r54545:d63caac36a57
Date: 2012-04-19 16:15 +0200
http://bitbucket.org/pypy/pypy/changeset/d63caac36a57/
Log: py3k_skip this test while waiting for a UnicodeDictStrategy
diff --git a/pypy/objspace/std/test/test_kwargsdict.py
b/pypy/objspace/std/test/test_kwargsdict.py
--- a/pypy/objspace/std/test/test_kwargsdict.py
+++ b/pypy/objspace/std/test/test_kwargsdict.py
@@ -113,6 +113,7 @@
return r[r.find("(") + 1: r.find(")")]
def test_create(self):
+ py3k_skip("need UnicodeDictStrategy to work in py3k")
def f(**args):
return args
d = f(a=1)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit