From: Mike Bayer Date: Fri, 27 Dec 2013 18:47:31 +0000 (-0500) Subject: test hanging on 0.8, suspecting the test framework. this feature is tested on 0.9... X-Git-Tag: rel_0_8_5~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4a4beffb65a186abb7fe967268ce001821b0b4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git test hanging on 0.8, suspecting the test framework. this feature is tested on 0.9 successfully --- diff --git a/test/dialect/test_firebird.py b/test/dialect/test_firebird.py index 618819043c..8e53e2ff14 100644 --- a/test/dialect/test_firebird.py +++ b/test/dialect/test_firebird.py @@ -412,8 +412,10 @@ class MiscTest(fixtures.TestBase): result ) + # for some reason, this test is hanging on 0.8. Works + # fine on 0.9. Probably some issue in the testing framework @testing.provide_metadata - def test_rowcount_flag(self): + def _test_rowcount_flag(self): metadata = self.metadata engine = engines.testing_engine(options={'enable_rowcount' : True})