diff options
author | Gord Thompson <gord@gordthompson.com> | 2021-07-26 12:52:23 -0600 |
---|---|---|
committer | Gord Thompson <gord@gordthompson.com> | 2021-07-26 14:00:53 -0600 |
commit | 2c4a497a0c7f3981be38340089cbb5f32e376b03 (patch) | |
tree | 84ff588f3f48afc4db2b4a401293c4332f7898de /lib/sqlalchemy/testing/warnings.py | |
parent | c6b1d24fe71c22e4d2117d084f06df3597671985 (diff) | |
download | sqlalchemy-2c4a497a0c7f3981be38340089cbb5f32e376b03.tar.gz |
Modernize tests - dml_values
Change-Id: Ida86ed40c43d91813151621b847376976773a5f9
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r-- | lib/sqlalchemy/testing/warnings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index 39dc7da58..f9d90179c 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -76,8 +76,6 @@ def setup_filters(): # # DML # - r"The (?:insert|update).values parameter will be removed in " - "SQLAlchemy 2.0.", r"The update.preserve_parameter_order parameter will be removed in " "SQLAlchemy 2.0.", r"Passing dialect keyword arguments directly to the " |