diff options
Diffstat (limited to 'Lib/test/test_xml_etree_c.py')
-rw-r--r-- | Lib/test/test_xml_etree_c.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_xml_etree_c.py b/Lib/test/test_xml_etree_c.py index cfd18ee..10416d2 100644 --- a/Lib/test/test_xml_etree_c.py +++ b/Lib/test/test_xml_etree_c.py @@ -52,7 +52,6 @@ class TestAliasWorking(unittest.TestCase): def test_alias_working(self): e = cET_alias.Element('foo') self.assertEqual(e.tag, 'foo') - @unittest.skipUnless(cET, 'requires _elementtree') class TestAcceleratorImported(unittest.TestCase): |