Merge "db: Remove unnecessary warning filter"

This commit is contained in:
Zuul 2024-04-08 03:42:31 +00:00 committed by Gerrit Code Review
commit fdfdb3f33d

View File

@ -186,13 +186,6 @@ class WarningsFixture(fixtures.Fixture):
category=sqla_exc.SADeprecationWarning, category=sqla_exc.SADeprecationWarning,
) )
warnings.filterwarnings(
'ignore',
module='manila',
message='The autoload parameter is deprecated ',
category=sqla_exc.SADeprecationWarning,
)
warnings.filterwarnings( warnings.filterwarnings(
'ignore', 'ignore',
module='manila', module='manila',