summaryrefslogtreecommitdiff
path: root/oslo_db/tests/fixtures.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-11-12 18:46:06 +0000
committerGerrit Code Review <review@openstack.org>2021-11-12 18:46:06 +0000
commit20181ab78f6fcd0e4ec484aa99a6012a4b58d4c6 (patch)
tree6be5eb07d9629defe87f8bbe2560fd9f9a5c361d /oslo_db/tests/fixtures.py
parente3dc6bbf77912b8971b452d8fa6adc82bbcaf53d (diff)
parente1039e0849890c6bd10516004c6dab89db1c9111 (diff)
downloadoslo-db-20181ab78f6fcd0e4ec484aa99a6012a4b58d4c6.tar.gz
Merge "Don't pass kwargs to connection.execute()"
Diffstat (limited to 'oslo_db/tests/fixtures.py')
-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 561ebc5..ccecccd 100644
--- a/oslo_db/tests/fixtures.py
+++ b/oslo_db/tests/fixtures.py
@@ -54,11 +54,6 @@ class WarningsFixture(fixtures.Fixture):
warnings.filterwarnings(
'once',
- message=r'The connection.execute\(\) method in SQLAlchemy 2.0 .*',
- category=sqla_exc.SADeprecationWarning)
-
- warnings.filterwarnings(
- 'once',
message=r'Calling the mapper\(\) function directly outside .*',
category=sqla_exc.SADeprecationWarning)