From: Hajime Nakagami Date: Sat, 20 Apr 2013 07:33:32 +0000 (+0900) Subject: testing.crashes on cymysql >= 0.6 X-Git-Tag: rel_0_8_1~10^2~2^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af9ed1ff16fce148af46fbff33286fc30e33773d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git testing.crashes on cymysql >= 0.6 --- diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index d9f084fefb..57bddc8592 100644 --- a/test/aaa_profiling/test_memusage.py +++ b/test/aaa_profiling/test_memusage.py @@ -307,7 +307,7 @@ class MemUsageTest(EnsureZeroed): finally: metadata.drop_all() - @testing.fails_on('mysql+cymysql', 'blocking with cymysql >= 0.6') + @testing.crashes('mysql+cymysql', 'blocking with cymysql >= 0.6') def test_unicode_warnings(self): metadata = MetaData(testing.db) table1 = Table('mytable', metadata, Column('col1', Integer,