diff --git a/oslo_db/tests/fixtures.py b/oslo_db/tests/fixtures.py index e1a41c91227b92a9ea8695629fd571b7d33790df..f14bc1c01607b082ea05228676e5bf1b3c674481 100644 --- a/oslo_db/tests/fixtures.py +++ b/oslo_db/tests/fixtures.py @@ -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 .*',