diff options
Diffstat (limited to 'test/engine/test_ddlevents.py')
-rw-r--r-- | test/engine/test_ddlevents.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/engine/test_ddlevents.py b/test/engine/test_ddlevents.py index b3f73f6b1..0d828b340 100644 --- a/test/engine/test_ddlevents.py +++ b/test/engine/test_ddlevents.py @@ -461,12 +461,11 @@ class DDLExecutionTest(fixtures.TestBase): r = eval(py) assert list(r) == [(1,)], py - @testing.fails_on('postgresql+pg8000', 'pg8000 requires explicit types') def test_platform_escape(self): """test the escaping of % characters in the DDL construct.""" default_from = testing.db.dialect.statement_compiler( - testing.db.dialect, None).default_from() + testing.db.dialect, None).default_from() # We're abusing the DDL() # construct here by pushing a SELECT through it |