From c3fec83e7eaeaa1d59a479b70857ccaf98a54e35 Mon Sep 17 00:00:00 2001 From: Konstantin Lopuhin Date: Fri, 5 Feb 2016 14:46:56 +0300 Subject: [PATCH] use botocore by default, boto is still used in "precise" env --- tests/requirements-py3.txt | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements-py3.txt b/tests/requirements-py3.txt index 73e73e651..2a89763a5 100644 --- a/tests/requirements-py3.txt +++ b/tests/requirements-py3.txt @@ -4,7 +4,7 @@ pytest-cov testfixtures jmespath leveldb -boto +botocore # optional for shell wrapper tests bpython ipython diff --git a/tox.ini b/tox.ini index b8d45d5b9..fb31762d8 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ envlist = py27 deps = -rrequirements.txt # Extras - boto + botocore Pillow != 3.0.0 leveldb -rtests/requirements.txt