From 1644bce4f14e0514012a5c92a5e06600be19ea43 Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Mon, 13 May 2019 13:24:03 -0700 Subject: [PATCH] unpin moto/botocore/boto3; the previous issues are sufficiently fixed in moto 1.3.8 --- test/requirements.txt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/test/requirements.txt b/test/requirements.txt index 1f45e1d2..652ce531 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,14 +1,9 @@ hypothesis>=3.63.0 mock -# temporarily pinning moto pending resolution of -# https://github.com/spulec/moto/issues/1924 -moto==1.3.6 +moto>=1.3.8 pytest>=3.4.0 pytest-cov pytest-mock pytest-xdist -# temporarily pinning boto3 and botocore because the new version broke moto -# https://github.com/spulec/moto/issues/1793 -# proper fix TBD https://github.com/aws/aws-dynamodb-encryption-python/issues/85 -boto3 < 1.8.0 -botocore < 1.11.0 \ No newline at end of file +boto3 +botocore