[pypy-commit] pypy py3.5: Skip this cElementTree test like all others in this file.

amauryfa pypy.commits at gmail.com
Thu Jan 12 16:27:12 EST 2017


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: py3.5
Changeset: r89529:056552e32143
Date: 2016-12-07 16:36 +0000
http://bitbucket.org/pypy/pypy/changeset/056552e32143/

Log:	Skip this cElementTree test like all others in this file.

diff --git a/lib-python/3/test/test_xml_etree_c.py b/lib-python/3/test/test_xml_etree_c.py
--- a/lib-python/3/test/test_xml_etree_c.py
+++ b/lib-python/3/test/test_xml_etree_c.py
@@ -11,6 +11,7 @@
                                 fresh=['_elementtree', 'xml.etree'])
 
 
+ at unittest.skipUnless(cET, 'requires _elementtree')
 class MiscTests(unittest.TestCase):
     # Issue #8651.
     @support.bigmemtest(size=support._2G + 100, memuse=1, dry_run=False)


More information about the pypy-commit mailing list