File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 18
18
import warnings
19
19
20
20
import fixtures as pyfixtures
21
- from oslo_db import warning as oslo_db_warning
22
21
from sqlalchemy import exc as sqla_exc
23
22
24
23
_TRUE_VALUES = ('True' , 'true' , '1' , 'yes' )
@@ -147,16 +146,6 @@ def setUp(self):
147
146
category = DeprecationWarning ,
148
147
)
149
148
150
- # Disable deprecation warning for oslo.db's EngineFacade. We *really*
151
- # need to get off this but it's not happening while sqlalchemy 2.0
152
- # stuff is ongoing
153
-
154
- warnings .filterwarnings (
155
- 'ignore' ,
156
- category = oslo_db_warning .OsloDBDeprecationWarning ,
157
- message = 'EngineFacade is deprecated' ,
158
- )
159
-
160
149
# Enable deprecation warnings for glance itself to capture upcoming
161
150
# SQLAlchemy changes
162
151
You can’t perform that action at this time.
0 commit comments