mirror of https://github.com/scrapy/scrapy.git
Added Pathlib.Path test
This commit is contained in:
parent
a776554282
commit
cd4c211f4b
|
|
@ -29,7 +29,7 @@ from scrapy.utils.test import assert_aws_environ, get_s3_content_and_delete, get
|
|||
from scrapy.utils.python import to_native_str
|
||||
from scrapy.utils.project import get_project_settings
|
||||
|
||||
from pathlib import Path
|
||||
from pathlib2 import Path
|
||||
|
||||
|
||||
class FileFeedStorageTest(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Reference in New Issue