diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2021-01-15 18:40:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2021-01-15 18:40:44 +0000 |
commit | b060ed8b4818d9a74d630ac1292386a500f4825c (patch) | |
tree | 099bf901310a21b0ef0b3e14198714fa0982a717 /lib/sqlalchemy/testing/fixtures.py | |
parent | 678c0fc63f816bc70d0c459474134a6cf42c7e35 (diff) | |
parent | ebbbac0a76b3327a829864afb26ee1b7ff1dc780 (diff) | |
download | sqlalchemy-b060ed8b4818d9a74d630ac1292386a500f4825c.tar.gz |
Merge "update execute() arg formats in modules and tests"
Diffstat (limited to 'lib/sqlalchemy/testing/fixtures.py')
-rw-r--r-- | lib/sqlalchemy/testing/fixtures.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sqlalchemy/testing/fixtures.py b/lib/sqlalchemy/testing/fixtures.py index f19b4652a..dcdeee5c9 100644 --- a/lib/sqlalchemy/testing/fixtures.py +++ b/lib/sqlalchemy/testing/fixtures.py @@ -396,9 +396,7 @@ def stop_test_class_inside_fixtures(cls): def after_test(): - if _fixture_sessions: - _close_all_sessions() |