summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGord Thompson <gord@gordthompson.com>2021-06-26 10:17:57 -0600
committerGord Thompson <gord@gordthompson.com>2021-06-26 16:10:57 -0600
commit0e91400f1b35520af838131718fc170235799a5b (patch)
treea65de9f4124e0da40b868abcb1a9300bb5d278b0 /lib
parent77e58046dc9222a4a869443cf30bc9ff39312f9d (diff)
downloadsqlalchemy-0e91400f1b35520af838131718fc170235799a5b.tar.gz
Modernize tests - Connection.connect
Change-Id: I61639dc2d7e7bcae6c53e2a15680b11fce3efa5d
Diffstat (limited to 'lib')
-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 fd7748050..30f50a44f 100644
--- a/lib/sqlalchemy/testing/warnings.py
+++ b/lib/sqlalchemy/testing/warnings.py
@@ -69,7 +69,6 @@ def setup_filters():
# Core execution
#
r"The (?:Executable|Engine)\.(?:execute|scalar)\(\) method",
- r"The Connection.connect\(\) method is considered legacy",
# r".*DefaultGenerator.execute\(\)",
#
#