From: Mike Bayer Date: Sun, 27 Mar 2011 21:28:41 +0000 (-0400) Subject: - dont clear the classes collection here either... X-Git-Tag: rel_0_7b4~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89952f6b91be8b7ed5c4695fa8e06aef71496bde;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - dont clear the classes collection here either... --- diff --git a/test/lib/fixtures.py b/test/lib/fixtures.py index 7eab2d9c1c..14c37981b9 100644 --- a/test/lib/fixtures.py +++ b/test/lib/fixtures.py @@ -281,8 +281,6 @@ class MappedTest(_ORMTest, TablesTest, testing.AssertsExecutionResults): # clear mappers in any case if self.run_setup_mappers != 'once': sa.orm.clear_mappers() - if self.run_setup_classes == 'each': - cls.classes.clear() @classmethod def setup_classes(cls):