diff options
| author | Hajime Nakagami <nakagami@gmail.com> | 2013-04-20 15:54:33 +0900 |
|---|---|---|
| committer | Hajime Nakagami <nakagami@gmail.com> | 2013-04-20 15:54:33 +0900 |
| commit | a6a311cd1a0d3abf0f5db59dc9fadb64b7f66406 (patch) | |
| tree | 2a8a26a9283737922b4a324b8b81403963925361 /test/aaa_profiling | |
| parent | f801e546e7fd0188906669335d5aea2c6a8d91c9 (diff) | |
| download | sqlalchemy-a6a311cd1a0d3abf0f5db59dc9fadb64b7f66406.tar.gz | |
skip with cymysql 0.6
Diffstat (limited to 'test/aaa_profiling')
| -rw-r--r-- | test/aaa_profiling/test_memusage.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index 05be39002..d9f084fef 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, |
