From: Philip Jenvey Date: Fri, 26 Jun 2009 00:48:58 +0000 (+0000) Subject: fail only on postgres+zxjdbc, the other dialects are covered X-Git-Tag: rel_0_6_6~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a3ee9c646166adda37fc6a1f876e1ced9ac589c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fail only on postgres+zxjdbc, the other dialects are covered --- 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()):