From: Gord Thompson Date: Sun, 17 Oct 2021 17:52:32 +0000 (-0600) Subject: Modernize tests - query_from_self X-Git-Tag: rel_1_4_26~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79a89d102c1f413f879e4452642d930d71d8eefe;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Modernize tests - query_from_self Change-Id: Ic14fdb5b6c49b668698de146bbafbd996da3d843 --- diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index 67ed452a06..9e02a0c03b 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -69,7 +69,6 @@ def setup_filters(): # ORM Query # r"The Query\.get\(\) method", - r"The Query\.from_self\(\) method", r"The Query\.with_parent\(\) method", r"The Query\.with_parent\(\) method", r"The Query\.select_entity_from\(\) method",