Merge "Remove unnecessary warning filter"

This commit is contained in:
Zuul 2021-11-12 12:20:47 +00:00 committed by Gerrit Code Review
commit cc3934e005
1 changed files with 0 additions and 5 deletions

View File

@ -57,11 +57,6 @@ class WarningsFixture(fixtures.Fixture):
message=r'The Executable.execute\(\) method is considered .*',
category=sqla_exc.SADeprecationWarning)
warnings.filterwarnings(
'once',
message=r'Retrieving row members using strings or other .*',
category=sqla_exc.SADeprecationWarning)
warnings.filterwarnings(
'once',
message=r'The connection.execute\(\) method in SQLAlchemy 2.0 .*',