From c2a158c137ee07a146f02e5ee89ec42e486c6a37 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 3 Jun 2013 12:54:56 -0400 Subject: - some tweaks to try to help out mssql+pyodbc support a bit, py3k is really not happening too well (I need to stick with linux + freetds 0.91, I know) --- test/sql/test_query.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/sql/test_query.py b/test/sql/test_query.py index 3e9045fa5..ae029b11c 100644 --- a/test/sql/test_query.py +++ b/test/sql/test_query.py @@ -708,8 +708,6 @@ class QueryTest(fixtures.TestBase): use_labels=labels), [(3, 'a'), (2, 'b'), (1, None)]) - @testing.fails_on('mssql+pyodbc', - "pyodbc result row doesn't support slicing") def test_column_slices(self): users.insert().execute(user_id=1, user_name='john') users.insert().execute(user_id=2, user_name='jack') -- cgit v1.2.1