Skip to content

Commit 3496fcd

Browse files
committed
pin botocore and boto3 in tests getmoto/moto#1793
1 parent 5deb255 commit 3496fcd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ moto>=1.3.3
44
pytest>=3.3.1
55
pytest-cov
66
pytest-mock
7-
pytest-xdist
7+
pytest-xdist
8+
# temporarily pinning boto3 and botocore because the new version broke moto
9+
# https://github.com/spulec/moto/issues/1793
10+
boto3 < 1.8.0
11+
botocore < 1.11.0

0 commit comments

Comments
 (0)