Author: Ronan Lamy <[email protected]>
Branch: py3.5
Changeset: r87971:8779ba4fd11a
Date: 2016-10-28 01:20 +0100
http://bitbucket.org/pypy/pypy/changeset/8779ba4fd11a/
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
@@ -2085,6 +2085,7 @@
self.assertEqual(self._ilist(doc), all_tags)
self.assertEqual(self._ilist(doc, '*'), all_tags)
+ @impl_detail
def test_copy(self):
a = ET.Element('a')
it = a.iter()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit