Kaydet (Commit) 307693a8 authored tarafından Eli Bendersky's avatar Eli Bendersky

Skip XincludeTest entirely instead of just ignoring failures, because it may…

Skip XincludeTest entirely instead of just ignoring failures, because it may segfault, depending on the order of running tests
üst 27cbb19a
...@@ -2011,8 +2011,8 @@ class TreeBuilderTest(unittest.TestCase): ...@@ -2011,8 +2011,8 @@ class TreeBuilderTest(unittest.TestCase):
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd')) 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'))
@unittest.skip('Unstable due to module monkeypatching')
class XincludeTest(unittest.TestCase): class XincludeTest(unittest.TestCase):
@unittest.expectedFailure
def test_xinclude_default(self): def test_xinclude_default(self):
from xml.etree import ElementInclude from xml.etree import ElementInclude
doc = xinclude_loader('default.xml') doc = xinclude_loader('default.xml')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment