diff options
author | Gord Thompson <gord@gordthompson.com> | 2021-07-04 15:56:40 -0600 |
---|---|---|
committer | Gord Thompson <gord@gordthompson.com> | 2021-07-04 15:56:40 -0600 |
commit | 4ff4760fade8020df0418005e0fdd130ed3589a4 (patch) | |
tree | 661b4d731047ba27863b40f79ef65234e9b4a273 /lib/sqlalchemy/testing/warnings.py | |
parent | b920869ef54d05e73e2a980b73647d6050ffeb9d (diff) | |
download | sqlalchemy-4ff4760fade8020df0418005e0fdd130ed3589a4.tar.gz |
Modernize tests - select(whereclause)
Change-Id: I306cfbea9920b35100e3087dcc21d7ffa6c39c55
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r-- | lib/sqlalchemy/testing/warnings.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index df0e5aa5e..8f9273b30 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -66,15 +66,8 @@ def setup_filters(): # we are moving one at a time for msg in [ # - # Core execution - # - # r".*DefaultGenerator.execute\(\)", - # - # - # # Core SQL constructs # - r"The FromClause\.select\(\).whereclause parameter is deprecated", r"Set functions such as union\(\), union_all\(\), extract\(\),", r"The legacy calling style of select\(\) is deprecated and will be " "removed", |