diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-09-29 15:07:36 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-09-29 22:19:43 -0400 |
commit | f59f693d44060f5f777d36c5163785b91d91b2aa (patch) | |
tree | c7c5bd4b1c58b3c41aedbf78536afaa85a08cb4e /lib/sqlalchemy/testing/warnings.py | |
parent | 0f9335b8aa0047ee410848e30a7899db24f9b745 (diff) | |
download | sqlalchemy-f59f693d44060f5f777d36c5163785b91d91b2aa.tar.gz |
remove declarative warnings
* sqlalchemy.ext.declarative names
* declarative_base(bind)
Change-Id: I0ca26894b224458b58e46504c5ff7b5d3031a829
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 # |