Author: Ronan Lamy <[email protected]>
Branch: py3.5
Changeset: r87972:e47e15d2f090
Date: 2016-10-28 01:22 +0100
http://bitbucket.org/pypy/pypy/changeset/e47e15d2f090/
Log: Skip test: PyPy can pickle the iterator
diff --git a/lib-python/3/test/test_xml_etree.py
b/lib-python/3/test/test_xml_etree.py
--- a/lib-python/3/test/test_xml_etree.py
+++ b/lib-python/3/test/test_xml_etree.py
@@ -2092,6 +2092,7 @@
with self.assertRaises(TypeError):
copy.copy(it)
+ @impl_detail
def test_pickle(self):
a = ET.Element('a')
it = a.iter()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit