From 0a3ee9c646166adda37fc6a1f876e1ced9ac589c Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Fri, 26 Jun 2009 00:48:58 +0000 Subject: [PATCH] fail only on postgres+zxjdbc, the other dialects are covered --- test/engine/test_execute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py index 779eda4d7f..22aa9577c9 100644 --- a/test/engine/test_execute.py +++ b/test/engine/test_execute.py @@ -41,7 +41,7 @@ class ExecuteTest(TestBase): conn.execute("delete from users") @testing.fails_on_everything_except('mysql+mysqldb', 'postgres') - @testing.fails_on('+zxjdbc', 'sprintf not supported') + @testing.fails_on('postgres+zxjdbc', 'sprintf not supported') # some psycopg2 versions bomb this. def test_raw_sprintf(self): for conn in (testing.db, testing.db.connect()): -- 2.47.3