diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-26 20:43:20 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-03-26 20:43:20 -0400 |
| commit | b6411ee3cfe63d461b73e9aa8e69c6c550ddb649 (patch) | |
| tree | 31383e4e82be67b833cae67399361a780927b82a /test/aaa_profiling | |
| parent | bd86942b058681fbe87f7315dc9fa69642159506 (diff) | |
| download | sqlalchemy-b6411ee3cfe63d461b73e9aa8e69c6c550ddb649.tar.gz | |
fixes to get profiling tests working again
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_orm.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index ff55b1c26..db756fe8b 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -10,7 +10,6 @@ from sqlalchemy.testing.schema import Table, Column import sys class MergeTest(fixtures.MappedTest): - __backend__ = True @classmethod def define_tables(cls, metadata): @@ -105,7 +104,6 @@ class LoadManyToOneFromIdentityTest(fixtures.MappedTest): to load 1000 related objects from the identity map. """ - __backend__ = True @classmethod @@ -260,7 +258,6 @@ class MergeBackrefsTest(fixtures.MappedTest): s.merge(a) class DeferOptionsTest(fixtures.MappedTest): - __backend__ = True @classmethod def define_tables(cls, metadata): @@ -316,7 +313,6 @@ class DeferOptionsTest(fixtures.MappedTest): class AttributeOverheadTest(fixtures.MappedTest): - __backend__ = True @classmethod def define_tables(cls, metadata): |
