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