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