diff --git a/test/requirements.txt b/test/requirements.txt index 9831193f..0ae8bcb2 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,6 +1,8 @@ hypothesis==3.63.0 mock -moto>=1.3.3 +# temporarily pinning moto pending resolution of +# https://github.com/spulec/moto/issues/1924 +moto==1.3.6 pytest>=3.4.0 pytest-cov pytest-mock