summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/warnings.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r--lib/sqlalchemy/testing/warnings.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py
index 40a579101..f8d6296a0 100644
--- a/lib/sqlalchemy/testing/warnings.py
+++ b/lib/sqlalchemy/testing/warnings.py
@@ -66,16 +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",
r"The FromClause.select\(\) method will no longer accept keyword "