mirror of https://github.com/scrapy/scrapy.git
lxml is required, no need to skip tests.
This commit is contained in:
parent
3f156ad845
commit
526a944eda
|
|
@ -94,10 +94,6 @@ class XmliterTestCase(unittest.TestCase):
|
|||
|
||||
class LxmlXmliterTestCase(XmliterTestCase):
|
||||
xmliter = staticmethod(xmliter_lxml)
|
||||
try:
|
||||
import lxml
|
||||
except ImportError:
|
||||
skip = "lxml not available"
|
||||
|
||||
def test_xmliter_iterate_namespace(self):
|
||||
body = """\
|
||||
|
|
|
|||
Loading…
Reference in New Issue