diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-08-12 22:58:46 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-08-12 22:58:46 -0400 |
commit | 5bc91d48c2b832c2e37b629eacecd47c6af53d39 (patch) | |
tree | a4416ed0a3bd6fa221d0566d66aa277d65c1b7e7 /test/dialect/test_postgresql.py | |
parent | f5f49f50c8d3668e50771f4200e6a92cd3c35af3 (diff) | |
download | sqlalchemy-5bc91d48c2b832c2e37b629eacecd47c6af53d39.tar.gz |
this test only runs for PG
Diffstat (limited to 'test/dialect/test_postgresql.py')
-rw-r--r-- | test/dialect/test_postgresql.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index 9171ff819..a8b998c71 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 |