We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3080b4 + 28037fd commit 9127509Copy full SHA for 9127509
test/requirements.txt
@@ -4,4 +4,9 @@ moto>=1.3.3
4
pytest>=3.3.1
5
pytest-cov
6
pytest-mock
7
-pytest-xdist
+pytest-xdist
8
+# temporarily pinning boto3 and botocore because the new version broke moto
9
+# https://github.com/spulec/moto/issues/1793
10
+# proper fix TBD https://github.com/aws/aws-dynamodb-encryption-python/issues/85
11
+boto3 < 1.8.0
12
+botocore < 1.11.0
0 commit comments