summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2021-07-13 19:17:28 +0000
committerGerrit Code Review <gerrit@ci3.zzzcomputing.com>2021-07-13 19:17:28 +0000
commit913cade0a18994cc2831db632042e05f6a2abf08 (patch)
tree550dfcd724e7c18e6aeceaa8b7e397c4d2b69f0f /lib/sqlalchemy
parent3f4ee382a71558d4dbc1d37a2bedcecdce3d5461 (diff)
parentf11b221a359f401d47e3b10f1713cfffd90d1c0e (diff)
downloadsqlalchemy-913cade0a18994cc2831db632042e05f6a2abf08.tar.gz
Merge "Modernize tests - union"
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r--lib/sqlalchemy/testing/warnings.py1
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 "