From 333d4c91fb998b4f7f8a9e184e73715c33a38ce9 Mon Sep 17 00:00:00 2001 From: Konstantin Lopuhin Date: Sun, 24 Jan 2016 22:52:50 +0300 Subject: [PATCH] py3: add boto to py3 test requirements, test_pipeline_files and test_pipeline_images passing now --- tests/py3-ignores.txt | 2 -- tests/requirements-py3.txt | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/py3-ignores.txt b/tests/py3-ignores.txt index 70d3fb905..212f40f23 100644 --- a/tests/py3-ignores.txt +++ b/tests/py3-ignores.txt @@ -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 diff --git a/tests/requirements-py3.txt b/tests/requirements-py3.txt index 5cf786a89..73e73e651 100644 --- a/tests/requirements-py3.txt +++ b/tests/requirements-py3.txt @@ -4,6 +4,7 @@ pytest-cov testfixtures jmespath leveldb +boto # optional for shell wrapper tests bpython ipython