summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2020-09-25 03:19:21 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2020-09-25 03:19:21 +0000
commit4d30c1ce796f2911639a08e2c5dccf46ce282987 (patch)
treef2fba25f4119e46aa8397d9cebff0653ca3a5373 /lib/sqlalchemy/testing
parentf16235046c14d4def4312416e6431111810a67f9 (diff)
parent5e7acf14a48e8ba1d57e460d686e89d49213e31b (diff)
downloadsqlalchemy-4d30c1ce796f2911639a08e2c5dccf46ce282987.tar.gz
Merge "new docs WIP"
Diffstat (limited to 'lib/sqlalchemy/testing')
-rw-r--r--lib/sqlalchemy/testing/warnings.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py
index d97447ec8..dbe22bb8d 100644
--- a/lib/sqlalchemy/testing/warnings.py
+++ b/lib/sqlalchemy/testing/warnings.py
@@ -58,6 +58,7 @@ def setup_filters():
"dictionaries only.",
r"The Connection.connect\(\) function/method is considered legacy",
r".*DefaultGenerator.execute\(\)",
+ r"The autoload parameter is deprecated and will be removed ",
#
# result sets
#
@@ -100,10 +101,14 @@ def setup_filters():
# ORM Query
#
r"The Query\.get\(\) function",
- # r"The Query\.from_self\(\) function",
+ r"The Query\.from_self\(\) function",
+ r"The Query\.with_parent\(\) function",
+ r"The Query\.with_parent\(\) function",
+ r"The Query\.select_entity_from\(\) function",
#
# 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",