diff options
author | Hajime Nakagami <nakagami@gmail.com> | 2013-04-20 16:33:32 +0900 |
---|---|---|
committer | Hajime Nakagami <nakagami@gmail.com> | 2013-04-20 16:33:32 +0900 |
commit | af9ed1ff16fce148af46fbff33286fc30e33773d (patch) | |
tree | c0265cd2d812ad06bec754ed1d0209c6d479e148 | |
parent | a6a311cd1a0d3abf0f5db59dc9fadb64b7f66406 (diff) | |
download | sqlalchemy-af9ed1ff16fce148af46fbff33286fc30e33773d.tar.gz |
testing.crashes on cymysql >= 0.6
-rw-r--r-- | test/aaa_profiling/test_memusage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index d9f084fef..57bddc859 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, |