summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/warnings.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r--lib/sqlalchemy/testing/warnings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py
index 40d03f0af..64060c776 100644
--- a/lib/sqlalchemy/testing/warnings.py
+++ b/lib/sqlalchemy/testing/warnings.py
@@ -77,11 +77,9 @@ def setup_filters():
#
# ORM Session
#
- r"This Session located a target engine via bound metadata",
r"The Session.autocommit parameter is deprecated ",
r".*object is being merged into a Session along the backref "
"cascade path",
- r"Passing bind arguments to Session.execute\(\) as keyword arguments",
r"The merge_result\(\) method is superseded by the "
r"merge_frozen_result\(\)",
r"The Session.begin.subtransactions flag is deprecated",