From: Mike Bayer Date: Mon, 21 Aug 2017 03:11:57 +0000 (-0400) Subject: - this test doesn't work in strict mode, not that important X-Git-Tag: origin~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63d47c051d92ffa78f1006d9c9f83f1508bc358e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - this test doesn't work in strict mode, not that important Change-Id: I3ed361af5c9f0c7acbeb8b534966828949f4958b --- diff --git a/test/dialect/mysql/test_types.py b/test/dialect/mysql/test_types.py index 1a7b7df3da..65a73acfd1 100644 --- a/test/dialect/mysql/test_types.py +++ b/test/dialect/mysql/test_types.py @@ -1059,6 +1059,7 @@ class EnumSetTest( eq_(t.c.e6.type.values, ("", "a")) eq_(t.c.e7.type.values, ("", "'a'", "b'b", "'")) + @testing.requires.mysql_non_strict @testing.provide_metadata def test_broken_enum_returns_blanks(self): t = Table(