diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-07-27 04:08:53 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-07-27 04:08:53 +0000 |
commit | ed4fc64bb0ac61c27bc4af32962fb129e74a36bf (patch) | |
tree | c1cf2fb7b1cafced82a8898e23d2a0bf5ced8526 /test/ext/alltests.py | |
parent | 3a8e235af64e36b3b711df1f069d32359fe6c967 (diff) | |
download | sqlalchemy-ed4fc64bb0ac61c27bc4af32962fb129e74a36bf.tar.gz |
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
Diffstat (limited to 'test/ext/alltests.py')
-rw-r--r-- | test/ext/alltests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ext/alltests.py b/test/ext/alltests.py index 713601c3b..589f0f68f 100644 --- a/test/ext/alltests.py +++ b/test/ext/alltests.py @@ -3,7 +3,6 @@ import unittest, doctest def suite(): unittest_modules = ['ext.activemapper', - 'ext.selectresults', 'ext.assignmapper', 'ext.orderinglist', 'ext.associationproxy'] |