From b83a1564f1f4bc8da2af2d33bfb4f524b620382b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 17 Aug 2013 00:31:57 -0400 Subject: Improved support for the cymysql driver, supporting version 0.6.5, courtesy Hajime Nakagami. --- test/aaa_profiling/test_memusage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/aaa_profiling') diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index 7e6688b95..3766abb88 100644 --- a/test/aaa_profiling/test_memusage.py +++ b/test/aaa_profiling/test_memusage.py @@ -308,7 +308,7 @@ class MemUsageTest(EnsureZeroed): finally: metadata.drop_all() - @testing.crashes('mysql+cymysql', 'blocking with cymysql >= 0.6') + @testing.crashes('mysql+cymysql', 'blocking') def test_unicode_warnings(self): metadata = MetaData(testing.db) table1 = Table('mytable', metadata, Column('col1', Integer, @@ -604,6 +604,7 @@ class MemUsageTest(EnsureZeroed): # in pysqlite itself. background at: # http://thread.gmane.org/gmane.comp.python.db.pysqlite.user/2290 + @testing.crashes('mysql+cymysql', 'blocking') def test_join_cache(self): metadata = MetaData(testing.db) table1 = Table('table1', metadata, Column('id', Integer, -- cgit v1.2.1