diff options
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r-- | lib/sqlalchemy/testing/warnings.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index d22fb175e..f72d53d67 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -70,10 +70,6 @@ def setup_filters(): # r"Calling the mapper\(\) function directly outside of a " "declarative registry", - r"The ``declarative_base\(\)`` function is now available ", - r"The ``has_inherited_table\(\)`` function is now available", - r"The ``bind`` argument to declarative_base is deprecated and will " - "be removed in SQLAlchemy 2.0.", # # ORM Query # |