summaryrefslogtreecommitdiff
path: root/test/sql/test_query.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sql/test_query.py')
-rw-r--r--test/sql/test_query.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/sql/test_query.py b/test/sql/test_query.py
index a9915ab29..4ccc51713 100644
--- a/test/sql/test_query.py
+++ b/test/sql/test_query.py
@@ -770,8 +770,7 @@ class QueryTest(TestBase):
@testing.emits_warning('.*empty sequence.*')
@testing.fails_on('firebird', "kinterbasdb doesn't send full type information")
@testing.fails_if(lambda:
- (testing.db.name, testing.db.driver) == ('mssql', 'pyodbc')
- and not testing.db.dialect.freetds,
+ testing.against('mssql+pyodbc') and not testing.db.dialect.freetds,
"not supported by Windows ODBC driver")
def test_bind_in(self):
users.insert().execute(user_id = 7, user_name = 'jack')