]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- this is passing, no idea why
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Jan 2015 02:05:53 +0000 (21:05 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Jan 2015 02:05:53 +0000 (21:05 -0500)
test/dialect/mysql/test_types.py

index 4e530e6b6ce25f5ca7f5668295ea6cda0f317f14..13425dc106d38f4da90d75232dacfd8077dd3e13 100644 (file)
@@ -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,