File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -836,12 +836,6 @@ def setUp(self):
836
836
# ...but filter everything out until we get around to fixing them
837
837
# TODO(stephenfin): Fix all of these
838
838
839
- warnings .filterwarnings (
840
- 'ignore' ,
841
- module = 'nova' ,
842
- message = r'The Engine.execute\(\) method is considered legacy' ,
843
- category = sqla_exc .SADeprecationWarning )
844
-
845
839
warnings .filterwarnings (
846
840
'ignore' ,
847
841
module = 'nova' ,
@@ -854,12 +848,6 @@ def setUp(self):
854
848
message = r'The Column.copy\(\) method is deprecated .*' ,
855
849
category = sqla_exc .SADeprecationWarning )
856
850
857
- warnings .filterwarnings (
858
- 'ignore' ,
859
- module = 'nova' ,
860
- message = r'The .close\(\) method on a so-called .*' ,
861
- category = sqla_exc .SADeprecationWarning )
862
-
863
851
warnings .filterwarnings (
864
852
'ignore' ,
865
853
module = 'nova' ,
You can’t perform that action at this time.
0 commit comments