diff options
| author | Gord Thompson <gord@gordthompson.com> | 2021-07-23 11:54:14 -0600 |
|---|---|---|
| committer | Gord Thompson <gord@gordthompson.com> | 2021-07-23 16:48:01 -0600 |
| commit | 40ccc0ebec5961f86a75ef9ad69fe5fd46224017 (patch) | |
| tree | d4c0964e15a57c6b3e5443151419c0faedf72ba5 /lib | |
| parent | 7e7d097a633d1b7a95bbd59f9a6d2a5b85249332 (diff) | |
| download | sqlalchemy-40ccc0ebec5961f86a75ef9ad69fe5fd46224017.tar.gz | |
Modernize tests - remaining core SQL
Change-Id: I7d8c1f451c32dea28173b2206e66db1d0927fccf
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sqlalchemy/testing/warnings.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index 54cf7589f..9eba763dc 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -66,14 +66,6 @@ def setup_filters(): # 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 # r"The (?:update|delete).whereclause parameter will be removed in " |
