diff options
author | Gord Thompson <gord@gordthompson.com> | 2021-07-05 11:17:13 -0600 |
---|---|---|
committer | Gord Thompson <gord@gordthompson.com> | 2021-07-12 16:44:35 -0600 |
commit | f11b221a359f401d47e3b10f1713cfffd90d1c0e (patch) | |
tree | 9beac1076ee75e105eed79f2f9d0841c9af169d8 /lib/sqlalchemy/testing/warnings.py | |
parent | 18dba87757097b87495aed0ca9fc345a040da1f1 (diff) | |
download | sqlalchemy-f11b221a359f401d47e3b10f1713cfffd90d1c0e.tar.gz |
Modernize tests - union
Change-Id: I2ccb714a249350f23e2b5f78f5f9ffb0d4f7efb0
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r-- | lib/sqlalchemy/testing/warnings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index fea8a6f0a..f8d6296a0 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -68,7 +68,6 @@ def setup_filters(): # # Core SQL constructs # - r"Set functions such as union\(\), union_all\(\), extract\(\),", r"The legacy calling style of select\(\) is deprecated and will be " "removed", r"The FromClause.select\(\) method will no longer accept keyword " |