Pin boto and friends

The new version of boto3, botocore, or moto is causing

  OSError: [Errno 24] Too many open files

in tests.  Pin them until fixed.

Change-Id: I96ced2711fb659d129a2dd856f8b1c689f541105
This commit is contained in:
James E. Blair 2025-02-03 13:33:05 -08:00
parent 03d5ba8181
commit a1b008bb10

View File

@ -41,7 +41,6 @@ opentelemetry-sdk>=1.25.0
opentelemetry-exporter-otlp-proto-grpc>=1.25.0
opentelemetry-exporter-otlp-proto-http>=1.25.0
confluent-kafka
boto3
google-cloud-pubsub
# For openstack driver
openstacksdk>=0.103.0,!=2.0.0
@ -49,7 +48,10 @@ rackspaceauth
# For openshift driver
openshift
# For AWS driver
boto3>=1.20.0
# Max versions temporarily added due to "Too many open files" errors in tests.
boto3>=1.20.0,<1.36.11
botocore<1.36.11
moto<5.0.28
# For gcloud driver
google-api-python-client
# For ibmvpc driver