From: Mike Bayer Date: Sat, 13 Aug 2011 02:58:46 +0000 (-0400) Subject: this test only runs for PG X-Git-Tag: rel_0_7_3~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bc91d48c2b832c2e37b629eacecd47c6af53d39;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git this test only runs for PG --- diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index 9171ff819d..a8b998c71e 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -1256,6 +1256,8 @@ class DistinctOnTest(fixtures.TestBase, AssertsCompiledSQL): ) class ReflectionTest(fixtures.TestBase): + __only_on__ = 'postgresql' + @testing.provide_metadata def test_pg_weirdchar_reflection(self): meta1 = self.metadata