summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-08-12 22:58:46 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-08-12 22:58:46 -0400
commit5bc91d48c2b832c2e37b629eacecd47c6af53d39 (patch)
treea4416ed0a3bd6fa221d0566d66aa277d65c1b7e7 /test/dialect/test_postgresql.py
parentf5f49f50c8d3668e50771f4200e6a92cd3c35af3 (diff)
downloadsqlalchemy-5bc91d48c2b832c2e37b629eacecd47c6af53d39.tar.gz
this test only runs for PG
Diffstat (limited to 'test/dialect/test_postgresql.py')
-rw-r--r--test/dialect/test_postgresql.py2
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