From 40ccc0ebec5961f86a75ef9ad69fe5fd46224017 Mon Sep 17 00:00:00 2001 From: Gord Thompson Date: Fri, 23 Jul 2021 11:54:14 -0600 Subject: [PATCH] Modernize tests - remaining core SQL Change-Id: I7d8c1f451c32dea28173b2206e66db1d0927fccf --- lib/sqlalchemy/testing/warnings.py | 8 -------- 1 file changed, 8 deletions(-) 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 # -- 2.47.2