Skip to content

Commit d144f18

Browse files
authored
Update moto version used in botocore tests. (#444)
* Update moto version used in botocore tests. *   Update moto version for py27.
1 parent 83ae9bb commit d144f18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,9 @@ deps =
217217
external_boto3-boto01: moto<2.0
218218
external_boto3-py27: rsa<4.7.1
219219
external_botocore: botocore
220-
external_botocore: moto[awslambda,ec2,iam]<2.0
220+
external_botocore-{py36,py37,py38,py39,py310}: moto[awslambda,ec2,iam]<3.0
221221
external_botocore-py27: rsa<4.7.1
222+
external_botocore-py27: moto[awslambda,ec2,iam]<2.0
222223
external_feedparser-feedparser05: feedparser<6
223224
external_feedparser-feedparser06: feedparser<7
224225
external_httplib2: httplib2<1.0

0 commit comments

Comments
 (0)