diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-01-06 18:30:38 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-01-06 18:30:38 +0000 |
commit | 0e79d6e28ea8e68a4ee4a58c138115608a30e41b (patch) | |
tree | 2b94b2b58a775edc7cb67527b12236c39a4960aa /test/orm/alltests.py | |
parent | a3ab10c3f334d8ba51444cc775e49aab002e3d7d (diff) | |
download | sqlalchemy-0e79d6e28ea8e68a4ee4a58c138115608a30e41b.tar.gz |
move memusage to the isolation chamberrel_0_5_0
Diffstat (limited to 'test/orm/alltests.py')
-rw-r--r-- | test/orm/alltests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/orm/alltests.py b/test/orm/alltests.py index c38e2a444..288703854 100644 --- a/test/orm/alltests.py +++ b/test/orm/alltests.py @@ -6,7 +6,6 @@ import sharding.alltests as sharding def suite(): modules_to_test = ( - 'orm.memusage', 'orm.attributes', 'orm.bind', 'orm.extendedattr', |