]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Modernize tests - query_from_self
authorGord Thompson <gord@gordthompson.com>
Sun, 17 Oct 2021 17:52:32 +0000 (11:52 -0600)
committerGord Thompson <gord@gordthompson.com>
Sun, 17 Oct 2021 17:52:32 +0000 (11:52 -0600)
Change-Id: Ic14fdb5b6c49b668698de146bbafbd996da3d843

lib/sqlalchemy/testing/warnings.py

index 67ed452a0646de14fddc46b40942756f65f38378..9e02a0c03bdbd690a9be66a3d37bd346342ac63c 100644 (file)
@@ -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",