diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-04 21:05:53 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-04 21:05:53 -0500 |
commit | a3241649332e988bd46c104e56f689dc03a2122d (patch) | |
tree | 24c9a8954ee947fcf771f3cd7bfa9cf4d570eb85 | |
parent | 2a28dd93698b345f718e261adc7ba0a27d382058 (diff) | |
download | sqlalchemy-a3241649332e988bd46c104e56f689dc03a2122d.tar.gz |
- this is passing, no idea why
-rw-r--r-- | test/dialect/mysql/test_types.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/dialect/mysql/test_types.py b/test/dialect/mysql/test_types.py index 4e530e6b6..13425dc10 100644 --- a/test/dialect/mysql/test_types.py +++ b/test/dialect/mysql/test_types.py @@ -295,9 +295,6 @@ class TypesTest(fixtures.TestBase, AssertsExecutionResults, AssertsCompiledSQL): self.assert_compile(type_, expected) @testing.exclude('mysql', '<', (5, 0, 5), 'a 5.0+ feature') - @testing.fails_if( - lambda: testing.against("mysql+oursql") and util.py3k, - 'some round trips fail, oursql bug ?') @testing.provide_metadata def test_bit_50_roundtrip(self): bit_table = Table('mysql_bits', self.metadata, |