diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2020-12-11 19:39:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-12-11 19:39:04 +0000 |
commit | 8e9e473dcb76b57a7f0eaa476481cb66a258ea69 (patch) | |
tree | 747ea77ecd32d7eb8b71d5d623aa95c511d91790 /lib/sqlalchemy/testing/warnings.py | |
parent | 5bf2074ca2e80aed4ac38b5684d606cc939d4d8c (diff) | |
parent | ba5cbf9366e9b2c5ed8e27e91815d7a2c3b63e41 (diff) | |
download | sqlalchemy-8e9e473dcb76b57a7f0eaa476481cb66a258ea69.tar.gz |
Merge "correct for "autocommit" deprecation warning"
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r-- | lib/sqlalchemy/testing/warnings.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index 34a968aff..735fb82e4 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -56,13 +56,11 @@ def setup_filters(): # Core execution # r"The (?:Executable|Engine)\.(?:execute|scalar)\(\) method", - r"The current statement is being autocommitted using implicit " - "autocommit,", r"The connection.execute\(\) method in SQLAlchemy 2.0 will accept " "parameters as a single dictionary or a single sequence of " "dictionaries only.", r"The Connection.connect\(\) method is considered legacy", - r".*DefaultGenerator.execute\(\)", + # r".*DefaultGenerator.execute\(\)", # # bound metadaa # |