]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Modernize tests - remaining core SQL
authorGord Thompson <gord@gordthompson.com>
Fri, 23 Jul 2021 17:54:14 +0000 (11:54 -0600)
committerGord Thompson <gord@gordthompson.com>
Fri, 23 Jul 2021 22:48:01 +0000 (16:48 -0600)
Change-Id: I7d8c1f451c32dea28173b2206e66db1d0927fccf

lib/sqlalchemy/testing/warnings.py

index 54cf7589f2d050456e3d2243b6d5635a83256d9c..9eba763dccc1fbd9d68fff8fdec081583a998fa7 100644 (file)
@@ -65,14 +65,6 @@ def setup_filters():
     # be "error" however for  I98b8defdf7c37b818b3824d02f7668e3f5f31c94
     # we are moving one at a time
     for msg in [
-        #
-        # Core SQL constructs
-        #
-        r"The FromClause.select\(\) method will no longer accept keyword "
-        "arguments in version 2.0",
-        r"The Join.select\(\) method will no longer accept keyword arguments "
-        "in version 2.0.",
-        r"The Join.select\(\).whereclause parameter is deprecated",
         #
         # DML
         #