Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Get test suite working with latest moto
Browse files Browse the repository at this point in the history
  • Loading branch information
jklukas committed Nov 6, 2018
1 parent 5f7c4fe commit fb68074
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ skipsdist = True
usedevelop = True
extras = testing
commands = pytest {posargs:tests/}

# 2018-09-14: moto isn't working with latest boto3, so we need to pin version for tests;
# see https://github.com/spulec/moto/pull/1801
# TODO: Remove this once moto restores compatibility
deps =
boto3==1.7.84
setenv =
AWS_SECRET_ACCESS_KEY=dummy_secret_needed_for_moto_tests
AWS_ACCESS_KEY_ID=dummy_key_needed_for_moto_tests

[testenv:lint]
deps =
Expand Down

0 comments on commit fb68074

Please sign in to comment.