mirror of https://github.com/scrapy/scrapy.git
better skip test message
This commit is contained in:
parent
6da1162839
commit
33686fa563
|
|
@ -96,7 +96,7 @@ class LxmlXmliterTestCase(XmliterTestCase):
|
|||
try:
|
||||
import lxml
|
||||
except ImportError:
|
||||
skip = True
|
||||
skip = "lxml not available"
|
||||
|
||||
|
||||
class UtilsCsvTestCase(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Reference in New Issue