New submission from Eli Bendersky <eli...@gmail.com>:

The XincludeTest test-case in test_xml_etree is now skipped, because it fails 
in an intermittent manner. I can reproduce the failure when running full 
regrtest with -j1, but not -j8, and not when run individually.

The failure is most likely due to the test itself, in the way it imports the 
Python ET, leaving _elementtree out. 

This may be related to http://bugs.python.org/issue14035

----------
components: Tests
messages: 162870
nosy: eli.bendersky, flox
priority: normal
severity: normal
stage: test needed
status: open
title: XincludeTest failure in test_xml_etree
type: crash
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15075>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to