diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-21 09:57:01 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-21 09:57:01 -0400 |
| commit | 10593e77689cf3c9d6d0de957632d42fd74bf697 (patch) | |
| tree | 05683104a604a4290a5fdf942d31dc9d8041d9fc /test/dialect/mysql | |
| parent | 7d6dfb4cf75e5e18d0f3854b47b1a062397f09d1 (diff) | |
| download | sqlalchemy-10593e77689cf3c9d6d0de957632d42fd74bf697.tar.gz | |
- oursql is unsupported on this
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 3df5168df..b5f933349 100644 --- a/test/dialect/mysql/test_dialect.py +++ b/test/dialect/mysql/test_dialect.py @@ -87,6 +87,7 @@ class DialectTest(fixtures.TestBase): eq_(kw['foo'], "true") @testing.only_on('mysql') + @testing.fails_on('mysql+oursql', "unsupported") def test_special_encodings(self): for enc in ['utf8mb4', 'utf8']: |
