From: Mike Bayer Date: Fri, 20 Mar 2015 20:07:09 +0000 (-0400) Subject: - test fix X-Git-Tag: rel_1_0_0b2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e429f9ebe75f7eea15cfad5f9e4f153be9f9c1e3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - test fix --- diff --git a/test/dialect/mysql/test_dialect.py b/test/dialect/mysql/test_dialect.py index 9399af6481..37b3897ac5 100644 --- a/test/dialect/mysql/test_dialect.py +++ b/test/dialect/mysql/test_dialect.py @@ -83,6 +83,7 @@ class DialectTest(fixtures.TestBase): )[1] eq_(kw['foo'], "true") + @testing.only_on('mysql') def test_special_encodings(self): for enc in ['utf8mb4', 'utf8']: