summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-11-12 12:20:47 +0000
committerGerrit Code Review <review@openstack.org>2021-11-12 12:20:47 +0000
commitcc3934e005cf5d6a006280d22dc0010b82a3e90f (patch)
tree78c0c02c76142a5961052eb7c7fbbdbe0cf47b22
parent1aacab6506c2601220296204574c40f9e355c7e1 (diff)
parentc320df474636ac22e9e778b1cce8975afae8100c (diff)
downloadoslo-db-cc3934e005cf5d6a006280d22dc0010b82a3e90f.tar.gz
Merge "Remove unnecessary warning filter"
-rw-r--r--oslo_db/tests/fixtures.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/oslo_db/tests/fixtures.py b/oslo_db/tests/fixtures.py
index e1a41c9..f14bc1c 100644
--- a/oslo_db/tests/fixtures.py
+++ b/oslo_db/tests/fixtures.py
@@ -59,11 +59,6 @@ class WarningsFixture(fixtures.Fixture):
warnings.filterwarnings(
'once',
- message=r'Retrieving row members using strings or other .*',
- category=sqla_exc.SADeprecationWarning)
-
- warnings.filterwarnings(
- 'once',
message=r'The connection.execute\(\) method in SQLAlchemy 2.0 .*',
category=sqla_exc.SADeprecationWarning)