diff options
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r-- | lib/sqlalchemy/testing/warnings.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index ae2c7916d..2a0c486d2 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -66,11 +66,6 @@ def setup_filters(): # we are moving one at a time for msg in [ # - # ORM Query - # - r"The Query.with_polymorphic\(\) method is considered " - "legacy as of the 1.x series", - # # ORM Session # r"The Session.autocommit parameter is deprecated ", |