summaryrefslogtreecommitdiff
path: root/oslo_db/tests/fixtures.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_db/tests/fixtures.py')
-rw-r--r--oslo_db/tests/fixtures.py10
1 files changed, 1 insertions, 9 deletions
diff --git a/oslo_db/tests/fixtures.py b/oslo_db/tests/fixtures.py
index 468dcae..93cdcb6 100644
--- a/oslo_db/tests/fixtures.py
+++ b/oslo_db/tests/fixtures.py
@@ -37,15 +37,7 @@ class WarningsFixture(fixtures.Fixture):
'error',
category=sqla_exc.SADeprecationWarning)
- # ...but filter everything out until we get around to fixing them
- # FIXME(stephenfin): Remove all of these
-
- warnings.filterwarnings(
- 'once',
- message=r'The Session.autocommit parameter is deprecated .*',
- category=sqla_exc.SADeprecationWarning)
-
- # ...plus things that aren't our fault
+ # ...but filter things that aren't our fault
# FIXME(stephenfin): These are caused by sqlalchemy-migrate, not us,
# and should be removed when we drop support for that library