]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Modernize tests - remaining DML
authorGord Thompson <gord@gordthompson.com>
Tue, 27 Jul 2021 22:15:19 +0000 (16:15 -0600)
committerGord Thompson <gord@gordthompson.com>
Thu, 12 Aug 2021 19:08:56 +0000 (13:08 -0600)
dialect_keyword_arguments
preserve_parameter_order

Change-Id: I92efce4689635ef4b68fc02100c0c10aff9a0edc

lib/sqlalchemy/testing/warnings.py

index 31834cebed20b8733bb68d027a0ef7e285c547c8..d22fb175ec10f2cb8b062564c3b27f5923d48a63 100644 (file)
@@ -65,13 +65,6 @@ def setup_filters():
     # be "error" however for  I98b8defdf7c37b818b3824d02f7668e3f5f31c94
     # we are moving one at a time
     for msg in [
-        #
-        # DML
-        #
-        r"The update.preserve_parameter_order parameter will be removed in "
-        "SQLAlchemy 2.0.",
-        r"Passing dialect keyword arguments directly to the "
-        "(?:Insert|Update|Delete) constructor",
         #
         # ORM configuration
         #