diff options
author | Gord Thompson <gord@gordthompson.com> | 2021-10-17 11:52:32 -0600 |
---|---|---|
committer | Gord Thompson <gord@gordthompson.com> | 2021-10-17 11:52:32 -0600 |
commit | 79a89d102c1f413f879e4452642d930d71d8eefe (patch) | |
tree | 2ae82791e4be4b473ddfb21159fc4c9078c1cad0 /lib/sqlalchemy/testing/warnings.py | |
parent | 68479d40726425c3b3a17f12658927db8ad9fe84 (diff) | |
download | sqlalchemy-79a89d102c1f413f879e4452642d930d71d8eefe.tar.gz |
Modernize tests - query_from_self
Change-Id: Ic14fdb5b6c49b668698de146bbafbd996da3d843
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r-- | lib/sqlalchemy/testing/warnings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index 67ed452a0..9e02a0c03 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", |