diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-20 16:07:09 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-20 16:07:09 -0400 |
| commit | e429f9ebe75f7eea15cfad5f9e4f153be9f9c1e3 (patch) | |
| tree | 7e4bb4bd28f6f0fdbeb60fe4b71b1d20f1934d34 /test/dialect/mysql | |
| parent | 824e9013797cc20538b8002643057b0104081c1a (diff) | |
| download | sqlalchemy-e429f9ebe75f7eea15cfad5f9e4f153be9f9c1e3.tar.gz | |
- test fix
Diffstat (limited to 'test/dialect/mysql')
| -rw-r--r-- | test/dialect/mysql/test_dialect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dialect/mysql/test_dialect.py b/test/dialect/mysql/test_dialect.py index 9399af648..37b3897ac 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']: |
