From 6a0fa04c58f103ca32c72b5e375a5b5645b3ef5f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 25 Jan 2010 00:41:55 +0000 Subject: [PATCH] remove my comment. still wish this could be done in a cleaner way tho --- test/orm/test_unitofwork.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/orm/test_unitofwork.py b/test/orm/test_unitofwork.py index 324c77e9a5..22c5f8918f 100644 --- a/test/orm/test_unitofwork.py +++ b/test/orm/test_unitofwork.py @@ -78,16 +78,6 @@ class VersioningTest(_base.MappedTest): except NameError: pass - # - # - # TODO: ??????? - # works fine without the 0 for me, including - # forcing the emits_warning tests to the zero pos, - # emits_warning() resets the warnings filter after - # running the test. many emits_warnings() in other - # tests too - # - # save = testing.db.dialect.supports_sane_rowcount testing.db.dialect.supports_sane_rowcount = False try: -- 2.47.3