Skip to content

Commit 92c404b

Browse files
dtrifiroefiop
authored andcommitted
deps: explicitly define botocore to avoid pip backtracking
installing `moto[server]` causes pip backtracking for `botocore`, explicitly define and pin it to speed up installs
1 parent 4db53e2 commit 92c404b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ tests =
4949
s3 =
5050
moto[server]>=4
5151
s3fs[boto3]>=2022.02.0
52+
botocore>=1.31.17 # Temporary: explicitly define this to avoid pip backtracking while installing moto[server]
5253
azure =
5354
adlfs>=2022.02.22
5455
%(docker)s

0 commit comments

Comments
 (0)