mirror of https://github.com/scrapy/scrapy.git
py3: add boto to py3 test requirements, test_pipeline_files and test_pipeline_images passing now
This commit is contained in:
parent
85ae273230
commit
333d4c91fb
|
|
@ -1,7 +1,5 @@
|
|||
tests/test_exporters.py
|
||||
tests/test_linkextractors_deprecated.py
|
||||
tests/test_pipeline_files.py
|
||||
tests/test_pipeline_images.py
|
||||
tests/test_proxy_connect.py
|
||||
tests/test_spidermiddleware_httperror.py
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ pytest-cov
|
|||
testfixtures
|
||||
jmespath
|
||||
leveldb
|
||||
boto
|
||||
# optional for shell wrapper tests
|
||||
bpython
|
||||
ipython
|
||||
|
|
|
|||
Loading…
Reference in New Issue