Skip to content

Commit ca7d527

Browse files
authored
unpin moto/botocore/boto3; the previous issues are sufficiently fixed in moto 1.3.8 (#115)
1 parent 8de3bbe commit ca7d527

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

test/requirements.txt

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
hypothesis>=3.63.0
22
mock
3-
# temporarily pinning moto pending resolution of
4-
# https://github.com/spulec/moto/issues/1924
5-
moto==1.3.6
3+
moto>=1.3.8
64
pytest>=3.4.0
75
pytest-cov
86
pytest-mock
97
pytest-xdist
10-
# temporarily pinning boto3 and botocore because the new version broke moto
11-
# https://github.com/spulec/moto/issues/1793
12-
# proper fix TBD https://github.com/aws/aws-dynamodb-encryption-python/issues/85
13-
boto3 < 1.8.0
14-
botocore < 1.11.0
8+
boto3
9+
botocore

0 commit comments

Comments
 (0)