From af9ed1ff16fce148af46fbff33286fc30e33773d Mon Sep 17 00:00:00 2001 From: Hajime Nakagami Date: Sat, 20 Apr 2013 16:33:32 +0900 Subject: [PATCH] testing.crashes on cymysql >= 0.6 --- test/aaa_profiling/test_memusage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2