From: Mike Bayer Date: Fri, 9 Apr 2021 16:25:20 +0000 (-0400) Subject: close session for loading test X-Git-Tag: rel_1_4_7~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59582b149b242dc98173556905c27c89ffde4988;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git close session for loading test Fixes pypy Change-Id: Iadfb8bc74d47a23e50ab69e9d784652355f5e622 --- diff --git a/test/orm/test_subquery_relations.py b/test/orm/test_subquery_relations.py index 72b6cefb5c..c12b6fad3c 100644 --- a/test/orm/test_subquery_relations.py +++ b/test/orm/test_subquery_relations.py @@ -289,6 +289,7 @@ class EagerTest(_fixtures.FixtureTest, testing.AssertsCompiledSQL): else: # dingaling.data self.assert_sql_count(testing.db, go, 4) + s.close() def test_from_get(self): users, Address, addresses, User = (