Merge "Tests: Require moto>=5.0.0"

This commit is contained in:
Zuul 2024-05-17 22:30:55 +00:00 committed by Gerrit Code Review
commit 983ea9cc1e
2 changed files with 2 additions and 5 deletions

View File

@ -26,10 +26,7 @@ from unittest import mock
import zlib
from eventlet import tpool
try:
from moto import mock_aws
except ImportError:
from moto import mock_s3 as mock_aws
from moto import mock_aws
from oslo_utils import units
from cinder.backup.drivers import s3 as s3_dr

View File

@ -19,5 +19,5 @@ testtools>=2.4.0 # MIT
doc8>=0.8.1 # Apache-2.0
mypy>=1.7.0 # MIT
moto>=2.2.5 # Apache-2.0
moto>=5.0.0 # Apache-2.0
distro>=1.8.0 # Apache-2.0