From: Mike Bayer Date: Mon, 5 Jan 2015 02:05:53 +0000 (-0500) Subject: - this is passing, no idea why X-Git-Tag: rel_1_0_0b1~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3241649332e988bd46c104e56f689dc03a2122d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - this is passing, no idea why --- diff --git a/test/dialect/mysql/test_types.py b/test/dialect/mysql/test_types.py index 4e530e6b6c..13425dc106 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,