We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de3bbe commit ca7d527Copy full SHA for ca7d527
test/requirements.txt
@@ -1,14 +1,9 @@
1
hypothesis>=3.63.0
2
mock
3
-# temporarily pinning moto pending resolution of
4
-# https://github.com/spulec/moto/issues/1924
5
-moto==1.3.6
+moto>=1.3.8
6
pytest>=3.4.0
7
pytest-cov
8
pytest-mock
9
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
+boto3
+botocore
0 commit comments