From c320df474636ac22e9e778b1cce8975afae8100c Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 19 Jul 2021 10:52:27 +0100 Subject: Remove unnecessary warning filter Looks like we solved this along the way. Change-Id: I50469e58fe3fae695316cb344fea44ec18fffe60 Signed-off-by: Stephen Finucane --- oslo_db/tests/fixtures.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'oslo_db') diff --git a/oslo_db/tests/fixtures.py b/oslo_db/tests/fixtures.py index e1a41c9..f14bc1c 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 .*', -- cgit v1.2.1