From 1fe3e6ad61123ad45b2e5f8699d7d333783a0aca Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Mon, 5 Nov 2018 11:16:58 -0800 Subject: [PATCH] temporarily pinning moto pending resolution of https://github.com/spulec/moto/issues/1924 --- test/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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