summaryrefslogtreecommitdiff
path: root/test/engine/test_execute.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/engine/test_execute.py')
-rw-r--r--test/engine/test_execute.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py
index 8437aca37..5263c79db 100644
--- a/test/engine/test_execute.py
+++ b/test/engine/test_execute.py
@@ -179,7 +179,8 @@ class ExecuteTest(fixtures.TestBase):
@testing.fails_on_everything_except(
'postgresql+psycopg2', 'postgresql+psycopg2cffi',
'postgresql+pypostgresql', 'postgresql+pygresql',
- 'mysql+mysqlconnector', 'mysql+pymysql', 'mysql+cymysql')
+ 'mysql+mysqlconnector', 'mysql+pymysql', 'mysql+cymysql',
+ 'mssql+pymssql')
def test_raw_python(self):
def go(conn):
conn.execute(