Author: Manuel Jacob
Branch: py3k
Changeset: r61512:177135a9fa92
Date: 2013-02-21 01:06 +0100
http://bitbucket.org/pypy/pypy/changeset/177135a9fa92/
Log: As the comment states, this test is too strong indeed.
diff --git a/lib-python/3.2/test/pickletester.py
b/lib-python/3.2/test/pickletester.py
--- a/lib-python/3.2/test/pickletester.py
+++ b/lib-python/3.2/test/pickletester.py
@@ -1107,6 +1107,7 @@
self.assertEqual(list(loaded.keys()), ["key"])
self.assertEqual(loaded["key"].value, "Set-Cookie: key=value")
+ @impl_detail("This test is too strong indeed", pypy=False)
def test_pickle_to_2x(self):
# Pickle non-trivial data with protocol 2, expecting that it yields
# the same result as Python 2.x did.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit