diff options
Diffstat (limited to 'test/engine/test_execute.py')
-rw-r--r-- | test/engine/test_execute.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py index 76d60f207..b1c8673d1 100644 --- a/test/engine/test_execute.py +++ b/test/engine/test_execute.py @@ -177,8 +177,8 @@ class ExecuteTest(fixtures.TestBase): lambda: testing.against('mysql+mysqldb'), 'db-api flaky') @testing.fails_on_everything_except( 'postgresql+psycopg2', 'postgresql+psycopg2cffi', - 'postgresql+pypostgresql', 'mysql+mysqlconnector', - 'mysql+pymysql', 'mysql+cymysql') + 'postgresql+pypostgresql', 'postgresql+pygresql', + 'mysql+mysqlconnector', 'mysql+pymysql', 'mysql+cymysql') def test_raw_python(self): def go(conn): conn.execute( |