Merge "db: Remove unnecessary warning filter"
This commit is contained in:
commit
fdfdb3f33d
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user