py3: add boto to py3 test requirements, test_pipeline_files and test_pipeline_images passing now

This commit is contained in:
Konstantin Lopuhin 2016-01-24 22:52:50 +03:00
parent 85ae273230
commit 333d4c91fb
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -4,6 +4,7 @@ pytest-cov
testfixtures
jmespath
leveldb
boto
# optional for shell wrapper tests
bpython
ipython