summaryrefslogtreecommitdiff
path: root/test/orm/alltests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/orm/alltests.py')
-rw-r--r--test/orm/alltests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/alltests.py b/test/orm/alltests.py
index 6d6db3a19..bce775f92 100644
--- a/test/orm/alltests.py
+++ b/test/orm/alltests.py
@@ -6,6 +6,7 @@ import sharding.alltests as sharding
def suite():
modules_to_test = (
+ 'orm.memusage',
'orm.attributes',
'orm.bind',
'orm.extendedattr',
@@ -31,7 +32,6 @@ def suite():
'orm.association',
'orm.merge',
'orm.pickled',
- 'orm.memusage',
'orm.utils',
'orm.cycles',