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: rel_1_1_14~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42f11fe80b00e630662c05f60ea6cc5c8cfc6b75;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - this test doesn't work in strict mode, not that important Change-Id: I3ed361af5c9f0c7acbeb8b534966828949f4958b (cherry picked from commit 63d47c051d92ffa78f1006d9c9f83f1508bc358e) --- 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(