Skip to content

Commit 3955ca4

Browse files
committed
db: Remove unnecessary warning filters
We've resolved these along the way. Change-Id: Ia08d46948ecd3cee301d39c86c47fab91e8b8fbb Signed-off-by: Stephen Finucane <[email protected]>
1 parent eac61c5 commit 3955ca4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

nova/tests/fixtures/nova.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -835,12 +835,6 @@ def setUp(self):
835835
# ...but filter everything out until we get around to fixing them
836836
# TODO(stephenfin): Fix all of these
837837

838-
warnings.filterwarnings(
839-
'ignore',
840-
module='nova',
841-
message=r'The Engine.execute\(\) method is considered legacy',
842-
category=sqla_exc.SADeprecationWarning)
843-
844838
warnings.filterwarnings(
845839
'ignore',
846840
module='nova',
@@ -853,12 +847,6 @@ def setUp(self):
853847
message=r'The Column.copy\(\) method is deprecated .*',
854848
category=sqla_exc.SADeprecationWarning)
855849

856-
warnings.filterwarnings(
857-
'ignore',
858-
module='nova',
859-
message=r'The .close\(\) method on a so-called .*',
860-
category=sqla_exc.SADeprecationWarning)
861-
862850
warnings.filterwarnings(
863851
'ignore',
864852
module='nova',

0 commit comments

Comments
 (0)