From a6a311cd1a0d3abf0f5db59dc9fadb64b7f66406 Mon Sep 17 00:00:00 2001 From: Hajime Nakagami Date: Sat, 20 Apr 2013 15:54:33 +0900 Subject: [PATCH] skip with cymysql 0.6 --- test/aaa_profiling/test_memusage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index 05be390029..d9f084fefb 100644 --- a/test/aaa_profiling/test_memusage.py +++ b/test/aaa_profiling/test_memusage.py @@ -307,6 +307,7 @@ class MemUsageTest(EnsureZeroed): finally: metadata.drop_all() + @testing.fails_on('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