From: Gord Thompson Date: Fri, 23 Jul 2021 17:54:14 +0000 (-0600) Subject: Modernize tests - remaining core SQL X-Git-Tag: rel_1_4_23~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40ccc0ebec5961f86a75ef9ad69fe5fd46224017;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Modernize tests - remaining core SQL Change-Id: I7d8c1f451c32dea28173b2206e66db1d0927fccf --- diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index 54cf7589f2..9eba763dcc 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -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 #