diff options
| author | Gord Thompson <gord@gordthompson.com> | 2021-06-26 10:17:57 -0600 |
|---|---|---|
| committer | Gord Thompson <gord@gordthompson.com> | 2021-06-26 16:10:57 -0600 |
| commit | 0e91400f1b35520af838131718fc170235799a5b (patch) | |
| tree | a65de9f4124e0da40b868abcb1a9300bb5d278b0 /lib/sqlalchemy | |
| parent | 77e58046dc9222a4a869443cf30bc9ff39312f9d (diff) | |
| download | sqlalchemy-0e91400f1b35520af838131718fc170235799a5b.tar.gz | |
Modernize tests - Connection.connect
Change-Id: I61639dc2d7e7bcae6c53e2a15680b11fce3efa5d
Diffstat (limited to 'lib/sqlalchemy')
| -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 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\(\)", # # |
