summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/warnings.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-10-22 17:37:07 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-10-25 19:45:28 -0400
commit4a15f40a39d13a2efc2565178a687c50a4e16d22 (patch)
tree78a9e4bd30e4a89efb01277ed81320bf185e5005 /lib/sqlalchemy/testing/warnings.py
parent92aa35e7fc737de58c25d6c22bf1c48f6c4c714b (diff)
downloadsqlalchemy-4a15f40a39d13a2efc2565178a687c50a4e16d22.tar.gz
warnings: select_entity_from()
Change-Id: I8c259e61134c38a1fa907c308068337473c82914
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r--lib/sqlalchemy/testing/warnings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py
index 9886b122d..40d03f0af 100644
--- a/lib/sqlalchemy/testing/warnings.py
+++ b/lib/sqlalchemy/testing/warnings.py
@@ -71,7 +71,6 @@ def setup_filters():
r"The Query\.get\(\) method",
r"The Query\.with_parent\(\) method",
r"The Query\.with_parent\(\) method",
- r"The Query\.select_entity_from\(\) method",
r"The ``aliased`` and ``from_joinpoint`` keyword arguments",
r"The Query.with_polymorphic\(\) method is considered "
"legacy as of the 1.x series",