mirror of https://github.com/scrapy/scrapy.git
Fix test
This commit is contained in:
parent
abaf466bb3
commit
e733f51d4b
|
|
@ -28,4 +28,4 @@ class VersionTest(ProcessTest, unittest.TestCase):
|
|||
self.assertEqual(headers, ['Scrapy', 'lxml', 'libxml2',
|
||||
'cssselect', 'parsel', 'w3lib',
|
||||
'Twisted', 'Python', 'pyOpenSSL',
|
||||
'Platform'])
|
||||
'cryptography', 'Platform'])
|
||||
|
|
|
|||
Loading…
Reference in New Issue