From 79a89d102c1f413f879e4452642d930d71d8eefe Mon Sep 17 00:00:00 2001 From: Gord Thompson Date: Sun, 17 Oct 2021 11:52:32 -0600 Subject: [PATCH] Modernize tests - query_from_self Change-Id: Ic14fdb5b6c49b668698de146bbafbd996da3d843 --- lib/sqlalchemy/testing/warnings.py | 1 - 1 file changed, 1 deletion(-) 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", -- 2.47.3