mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-27 02:52:53 -04:00
testing.crashes on cymysql >= 0.6
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user